summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-11-23 09:24:16 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-11-23 09:24:16 -0500
commit57ef8b699ca4bae9d7c5b0f44d1c2a2a8c50af28 (patch)
tree989b78db9f7923421a5d9afc2b0c89660ae2f2a6
parent9c04e5439f7db66e213f865322aade18d7cf494d (diff)
theme: layout: Add Mastodon verification link to footer.
-rw-r--r--theme.scm8
1 files changed, 7 insertions, 1 deletions
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))