diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-21 14:05:08 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-21 14:05:08 -0400 |
commit | 3ba08f06e6d7dfcab2fc0f53fa8966384247a0fc (patch) | |
tree | 62182ae9df482c955b428c2511f59713035f27cf | |
parent | 945b20a5bd28b7c5e565cb165d24064d705ed55b (diff) |
Update footer.html template
-rw-r--r-- | footer.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/footer.html b/footer.html index 71f386b..64eed05 100644 --- a/footer.html +++ b/footer.html @@ -1,4 +1,5 @@ </main> +<hr/> <footer role="contentinfo"> <h2>Menu Navigation</h2> <ul id="menu"> @@ -10,14 +11,16 @@ <li><a href="/colophon">Colophon</a></li> <li><a href="/now">Now</a></li> <li><a href="/donate">Donate</a></li> + <li><a href="/recipes">Recipes</a></li> <li><a href="/atom.xml">RSS</a></li> <li><a href="#top">↑ Top of the page</a></li> </ul> <small> - Built with <a href="https://barf.btxx.org">barf</a>. <br> - Feeds: <a href="/atom.xml">Atom</a> & <a href="/rss.xml">RSS</a><br> + Built with <a href="https://wruby.btxx.org">wruby</a>. <br> Maintained with ♥ for the web. <br> - Proud supporter of <a href="https://usefathom.com/ref/DKHJVX">Fathom</a> & <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a>. <br> - The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/bt.ht">code for this site</a> is <a href="https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE">MIT</a>. + The content for this site is <a + href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> + The <a href="https://git.sr.ht/~bt/btxx.org">code for this site</a> + is <a href="https://git.sr.ht/~bt/btxx.org/tree/master/item/LICENSE">MIT</a>. </small> -</footer>
\ No newline at end of file +</footer> |