fixed header link

This commit is contained in:
Claudio Maggioni 2024-01-08 14:58:09 +01:00
parent 4f1d0c8f2a
commit af3f7d5250
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<a href="{{ my_page.url }}">{{ my_page.title }}</a>
{% endif %} {% endfor %}
<a href="/feed.xml">RSS</a>
<a href="/cv.pdf">CV</a>
<a href="/cv.pdf?v={{ site.time | date: '%s' }}">CV</a>
<a href="https://git.maggioni.xyz">Git</a>
<a href="https://cloud.maggioni.xyz">Cloud</a>
</div>