From 5f5b2ee159adeb0eef0c46e3421fb0469d58912f Mon Sep 17 00:00:00 2001 From: gnat Date: Tue, 5 Nov 2024 17:12:29 -0800 Subject: [PATCH] add mastodon verification thingy --- templates/page.lisp | 1 + 1 file changed, 1 insertion(+) 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)