add option to name the "Home" link
This commit is contained in:
parent
d2c8ddaf00
commit
9f2a61fb47
@ -1,7 +1,7 @@
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="{{ site.baseurl | append: '/' }}">Home</a>
|
||||
<li><a href="{{ site.baseurl | append: '/' }}">{{ site.nav.home | default: "Home" }}</a>
|
||||
{% if jekyll.environment == 'local' %}
|
||||
<li><a href="{{ site.baseurl | append: '/private/' }}">Private</a>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user