maggioni.xyz/_includes/header.html

10 lines
377 B
HTML
Raw Permalink Normal View History

2021-01-22 17:49:05 +00:00
<div class="links">
{% for my_page in site.pages %} {% if my_page.title %}
2021-01-20 14:27:52 +00:00
<a href="{{ my_page.url }}">{{ my_page.title }}</a>
{% endif %} {% endfor %}
2024-01-08 13:58:09 +00:00
<a href="/cv.pdf?v={{ site.time | date: '%s' }}">CV</a>
2021-01-20 14:27:52 +00:00
<a href="https://git.maggioni.xyz">Git</a>
<a href="https://cloud.maggioni.xyz">Cloud</a>
</div>
{% comment %} vim: set ts=2 sw=2 et tw=80: {% endcomment %}