Skip to content

Commit 0f5dc74

Browse files
authored
Update header.html
1 parent f336934 commit 0f5dc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
{% if page.page-level == "postpage" %}
2424
<ul style="font-size: 1em;" class="actions">
25-
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>Home&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
25+
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>asNoCode&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
2626
<li><a class="logo" href="{{ 'blogs' | absolute_url }}" ><strong style="color: #777777">Blogs&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
2727
<li class="logo"><strong style="color: #aaaaaa">{{ page.short-title }}</strong></li>
2828
</ul>
2929
{% endif %}
3030

3131
{% if page.page-level == "memepage" %}
3232
<ul style="font-size: 1em;" class="actions">
33-
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>Home&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
33+
<li><a class="logo" href="{{ '#nobanner' | absolute_url }}" ><strong>asNoCode&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
3434
<li><a class="logo" href="{{ 'memepage' | absolute_url }}" ><strong style="color: #777777">Meme&nbsp;&nbsp;&nbsp;&nbsp;></strong></a></li>
3535
<li class="logo"><strong style="color: #aaaaaa">{{ page.title }}</strong></li>
3636
</ul>

0 commit comments

Comments
 (0)