forked from quentin/quentin.dufour.io
Correct links according to jekyll norm
This commit is contained in:
parent
90086572e0
commit
009e584805
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
<nav class="main-nav">
|
<nav class="main-nav">
|
||||||
{% if page.url != "/index.html" %}
|
{% if page.url != "/index.html" %}
|
||||||
<a href='{{ site.url }}{{ page.about }}'> <span class="arrow">←</span> Home </a>
|
<a href='{{ site.url }}/{{ page.about }}'> <span class="arrow">←</span> Home </a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.url != "/about/" %}
|
{% if page.url != "/about/" %}
|
||||||
{% if site.aboutPage %}
|
{% if site.aboutPage %}
|
||||||
<a href='{{ site.url }}about'>About </a>
|
<a href='{{ site.url }}/about'>About </a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a class="cta" href="{{ site.url }}feed.xml">Subscribe</a>
|
<a class="cta" href="{{ site.url }}/feed.xml">Subscribe</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in a new issue