diff --git a/templates/page.lisp b/templates/page.lisp index 7e64792..904bd3f 100644 --- a/templates/page.lisp +++ b/templates/page.lisp @@ -7,6 +7,7 @@ (meta (:http-equiv "content-type" :content "text/html; charset=utf-8")) (meta (:name "viewport" :content "width=device-width, initial-scale=1")) (link (:rel "stylesheet" :href "/style.css")) + (link (:rel "me" :href "https://mastodon.catgirl.cloud/@0x6e6174")) (title () ,title)) (body () ,(header)