mirror of https://gitlab.com/basile.b/dexed.git
udpate
This commit is contained in:
parent
31c38fd9f6
commit
77498e62ac
|
@ -5,9 +5,6 @@
|
|||
{% for page in site.pages %} {% if page.title %}
|
||||
<li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
|
||||
{% endif %} {% endfor %}
|
||||
<li><a href="{{ "/blog" | prepend: site.baseurl }}">Blog</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue