summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))