add rel="me" links to site
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful

This commit is contained in:
sorrel 2024-03-03 09:29:07 -05:00
parent 7d076e0742
commit 999db22888

View file

@ -1,4 +1,11 @@
(header
;; rel="me" verification links
(a ((href "https://git.bunk.computer/oxaliq")
(rel "me")))
(a ((href "https://mastodon.social/@oxaliq")
(rel "me")))
(a ((href "https://github.com/sorrelbri")
(rel "me")))
(div
((class "banner")
(hx-get "/hx/home")