Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
csik authored Aug 24, 2021
1 parent d8e11cf commit 870bcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if page.nav_name == node.name %}
<b>{{node.name}}</b>
{% else %}
<a href="{{site.url}}{{base.url}}{{node.name}}.html">{{node.name}}</a>
<a href="{{site.url}}{{site.baseurl}}{{node.name}}.html">{{node.name}}</a>
{% endif %}
&nbsp;/&nbsp;
{% endfor %}
Expand Down

0 comments on commit 870bcaa

Please sign in to comment.