move away from deprecated realtive path

This commit is contained in:
Set Sakrecoer 2019-06-19 16:52:49 +02:00
parent d53c344a70
commit 49fa7ba79f
23 changed files with 67 additions and 167 deletions

View file

@ -2,7 +2,7 @@
<ul>
{% for link in site.data.navigation %}
<li class="icofont">
<a href="{{ base }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
<a href="{{ site.baseurl }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
</li>
{% endfor %}
<li class="icofont">