Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinevog authored Jul 24, 2024
1 parent 36e7ec5 commit 8e62f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!-- Header -->
<header id="header">
{% if page.title == "Home" %}
{% if page.title == "asNoCode" %}
<a style="font-size: 1em;" href="{{ '#nobanner' | absolute_url }}" class="logo"><strong>{{ site.title }}</strong> {{ site.subtitle }}</a>
{% endif %}

{% if page.page-level == "mainpage" %}
<ul style="font-size: 1em;" class="actions">
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>Home&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>asNoCode&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
<li class="logo"><strong style="color: #999999">{{ page.title }}</strong></li>
</ul>
{% endif %}


{% if page.page-level == "repopage" %}
<ul style="font-size: 1em;" class="actions">
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>Home&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>asNoCode&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
<li><a class="logo" href="{{ 'repos' | absolute_url }}" ><strong style="color: #777777">Repos&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
<li class="logo"><strong style="color: #aaaaaa">{{ page.short-title }}</strong></li>
</ul>
Expand Down

0 comments on commit 8e62f1d

Please sign in to comment.