add rel="me" links to site
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
This commit is contained in:
parent
7d076e0742
commit
999db22888
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
(header
|
(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
|
(div
|
||||||
((class "banner")
|
((class "banner")
|
||||||
(hx-get "/hx/home")
|
(hx-get "/hx/home")
|
||||||
|
|
Loading…
Reference in a new issue