commit a90858a8387b18e7bf510688721d53693a43c461 parent 3dd1318bad5c96f9290221927f15b2e8b002939c Author: Eamon Caddigan <eamon.caddigan@gmail.com> Date: Fri, 16 Feb 2024 12:20:19 -0800 Fix incorrect HTML in footer Diffstat:
M | layouts/partials/footer.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html @@ -1,2 +1,2 @@ <p>© {{ .Lastmod.Format "2006" }} {{ $.Site.Params.author }}, <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></p> -<a rel="me" href="{{ $.Site.Params.Mastodon }}" target="blank">Mastodon</a> | <a href="/about/">About</a> | <a href="/posts/index.xml">RSS Feed</a></p> +<p><a rel="me" href="{{ $.Site.Params.Mastodon }}" target="blank">Mastodon</a> | <a href="/about/">About</a> | <a href="/posts/index.xml">RSS Feed</a></p>