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.
28 lines
570 B
28 lines
570 B
<div class="page-navigation"> |
|
<ul> |
|
|
|
{% if page.previous.url %} |
|
<li> |
|
<a href="{{ site.baseurl }}{{ page.previous.url }}.html" |
|
title="previous: {{ page.previous.title }}"><<</a> |
|
</li> |
|
{% endif %} |
|
|
|
<li> |
|
<a href="{{ site.baseurl }}/" title="Back to Homepage">Home</a> |
|
</li> |
|
|
|
<li> |
|
<a href="#top-page" title="Back to top ">Top</a> |
|
</li> |
|
|
|
{% if page.next.url %} |
|
<li> |
|
<a href="{{ site.baseurl }}{{ page.next.url }}.html" title="next: {{page.next.title}}">>></a> |
|
</li> |
|
{% endif %} |
|
|
|
</ul> |
|
</div> |
|
|
|
|
|
|