Skip to content

Commit 8e62f1d

Browse files
authored
Update header.html
1 parent 36e7ec5 commit 8e62f1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/header.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<!-- Header -->
22
<header id="header">
3-
{% if page.title == "Home" %}
3+
{% if page.title == "asNoCode" %}
44
<a style="font-size: 1em;" href="{{ '#nobanner' | absolute_url }}" class="logo"><strong>{{ site.title }}</strong> {{ site.subtitle }}</a>
55
{% endif %}
66

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

1414

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

0 commit comments

Comments
 (0)