diff options
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/theme.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/theme.scm b/custom/theme.scm index 673d37f..a3bcbd3 100644 --- a/custom/theme.scm +++ b/custom/theme.scm @@ -71,6 +71,8 @@ (link (@ (rel "alternate") (type "application/atom+xml") (href "http://jakob.space/index.xml"))) + (link (@ (rel "me") + (href "https://mastodon.sdf.org/@jakob"))) (title ,(string-append title " — " (site-title site))) ,(stylesheet "fonts") ,(stylesheet "highlight") |