summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2024-02-21 05:51:31 +0100
committerThomas Bracht Laumann Jespersen <t@laumann.xyz>2024-02-21 05:51:31 +0100
commit7d2d9a5c37891d2c8ef75b1d81e04cc86c038882 (patch)
treef0cce74079edf7130986d48281a0391fc713c1ac
parent79f7d3e0893ae5ea5a44ce56dac1d2af103e69d0 (diff)
soupault.toml: add mastodon linksHEADmaster
-rw-r--r--soupault.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/soupault.toml b/soupault.toml
index 2dd3403..e6ddf7e 100644
--- a/soupault.toml
+++ b/soupault.toml
@@ -30,6 +30,15 @@
selector = "head"
html = """ <link rel="stylesheet" href="/sakura.css" type="text/css"> """
+[widgets.insert-masto-link]
+ widget = "insert_html"
+ page = ["index.html"]
+ selector = "head"
+ html = """
+ <link href="https://social.data.coop/@laumann" rel="me" />
+ <link href="https://mastodon.xyz/@laumann" rel="me" />
+ """
+
[widgets.git-sha]
widget = "exec"
selector = "span#gitsha"