My blog
https://blog.franco.net.eu.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
845 B
21 lines
845 B
<div class="top"> |
|
<ul> |
|
<li><a href="#main">Main content</a></li> |
|
{% if page.permalink != '/sitemap/' %} |
|
<li><a href="{{ site.baseurl }}/sitemap/">Sitemap</a></li> |
|
{% endif %} |
|
{% if page.permalink != 'index.html' and page.url != '/' %} |
|
<li><a href="{{ site.baseurl }}/">Home</a></li> |
|
{% endif %} |
|
{% if page.permalink != '/about/' %} |
|
<li><a href="{{ site.baseurl }}/about">About</a></li> |
|
{% endif %} |
|
{% if page.permalink != '/software/' %} |
|
<li><a href="{{ site.baseurl }}/software">Software</a></li> |
|
{% endif %} |
|
{% if page.permalink != '/privacy-policy/' %} |
|
<li><a href="{{ site.baseurl }}/privacy-policy">Privacy policy</a></li> |
|
{% endif %} |
|
<li><a href="{{ site.baseurl }}/feed.xml">RSS</a></li> |
|
</ul> |
|
</div>
|
|
|