bring back the custom footer message

This commit is contained in:
Dominic Reich 2023-11-15 22:25:12 +01:00
parent 81920c9e47
commit 42b6b80072
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -0,0 +1,8 @@
<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>
</p>
</div>
</div>