From 57ef8b699ca4bae9d7c5b0f44d1c2a2a8c50af28 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 23 Nov 2022 09:24:16 -0500 Subject: theme: layout: Add Mastodon verification link to footer. --- theme.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme.scm b/theme.scm index 10c9dba..f114927 100644 --- a/theme.scm +++ b/theme.scm @@ -78,7 +78,13 @@ free culture works available under the " ,%cc-by-sa-link " license.") ", a static site generator written in " (a (@ (href "https://gnu.org/software/guile")) "Guile Scheme") - ".")))))) + ".") + (p + "Follow me on " + (a (@ (rel "me") + (href "https://toot.cat/@dthompson")) + "Mastodon") + ".")))))) #:post-template (lambda (post) `((h1 (@ (class "title")),(post-ref post 'title)) -- cgit v1.2.3