summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 16:42:53 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-05-02 16:42:53 -0400
commit9b88acd1a760313b7bd059e0647690d289202c11 (patch)
tree7a4d296c5504af6c6aec762b680dee06802404aa
parente0abf43e40861955e1bfa6b0ce72544920d3ae39 (diff)
Implement rel-me for Mastodon
-rw-r--r--custom/theme.scm2
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")