diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-11-23 09:24:16 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-11-23 09:24:16 -0500 |
commit | 57ef8b699ca4bae9d7c5b0f44d1c2a2a8c50af28 (patch) | |
tree | 989b78db9f7923421a5d9afc2b0c89660ae2f2a6 | |
parent | 9c04e5439f7db66e213f865322aade18d7cf494d (diff) |
theme: layout: Add Mastodon verification link to footer.
-rw-r--r-- | theme.scm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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)) |