update footer (feed links)

main
Dominic Reich 8 months ago
parent 00823931ca
commit c8a5f686f9
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -1,7 +1,15 @@
<div class="flex items-center justify-between">
<div>
<p class="text-xs text-neutral-500 dark:text-neutral-400">
<a href="/recipes/">Served</a> with <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://www.openbsd.org/" target="_blank" rel="noopener noreferrer">OpenBSD</a> and <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://httpd.apache.org/" target="_blank" rel="noopener noreferrer">Apache httpd</a>
<a href="/recipes/">Served</a> with <a
class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://www.openbsd.org/"
target="_blank" rel="noopener noreferrer">OpenBSD</a> and <a
class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://httpd.apache.org/"
target="_blank" rel="noopener noreferrer">Apache httpd</a>
<a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="/feed.xml"
target="_blank" rel="noopener">Atom feed</a>
<a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="/feed.json"
target="_blank" rel="noopener">Json feed</a>
</p>
</div>
</div>

Loading…
Cancel
Save