move away from deprecated realtive path
This commit is contained in:
parent
d53c344a70
commit
49fa7ba79f
23 changed files with 67 additions and 167 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue