Fix SSG and just commmands

This commit is contained in:
2024-09-15 22:08:44 +02:00
parent e8330c10c2
commit 50694c43f5
5 changed files with 46 additions and 10 deletions

View File

@ -15,12 +15,6 @@
title="RSS feed for latest posts"
href="https://michalvanko.dev/feed.xml"
/>
<link
rel="alternate"
title="JSON feed for latest posts"
type="application/json"
href="https://michalvanko.dev/feed.json"
/>
<!-- Tailwind output file -->
<link rel="stylesheet" href="/styles/output.css" />

View File

@ -37,5 +37,7 @@
alt="nd"
class="inline-block h-6 mx-0.5"
/></a>
<!-- TODO Display link to feed with icon -->
<a href="/feed.xml" class="hidden">RSS feed</a>
</p>
</footer>