summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Sapka <michal@sapka.me>2023-02-11 19:20:50 +0100
committerMichał Sapka <michal@sapka.me>2023-02-11 19:20:50 +0100
commit2e34cd84f39aee496dcfe2315d28895227b15884 (patch)
tree905abbd2bd5077a1ca95585a618eed486f11c1d7
parent7505bdbfa7243cbb6ed16c84284dedae86a8313c (diff)
feat: add webmention
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0fdb00a..6c7cc5f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -79,5 +79,8 @@
</footer>
{{ end }}
+ <link href="https://github.com/michalsapka" rel="me"/>
+ <link rel="webmention" href="https://webmention.io/d-s.sh/webmention" />
+ <link rel="pingback" href="https://webmention.io/d-s.sh/xmlrpc" />
</body>
</html>