2021-01-20 14:27:52 +00:00
|
|
|
<!-- vim: set ts=2 sw=2 et tw=80: -->
|
2021-01-22 17:49:05 +00:00
|
|
|
<div class="links">
|
2021-01-20 14:27:52 +00:00
|
|
|
{% for my_page in site.pages %}
|
|
|
|
{% if my_page.title %}
|
|
|
|
<a href="{{ my_page.url }}">{{ my_page.title }}</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
<a href="/feed.xml">RSS</a>
|
|
|
|
<a href="/cv.html">CV</a>
|
|
|
|
<a href="https://git.maggioni.xyz">Git</a>
|
|
|
|
<a href="https://cloud.maggioni.xyz">Cloud</a>
|
|
|
|
</div>
|