diff options
author | Michał Sapka <michal@sapka.me> | 2023-02-11 19:20:50 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-02-11 19:20:50 +0100 |
commit | 2e34cd84f39aee496dcfe2315d28895227b15884 (patch) | |
tree | 905abbd2bd5077a1ca95585a618eed486f11c1d7 /layouts/_default/baseof.html | |
parent | 7505bdbfa7243cbb6ed16c84284dedae86a8313c (diff) |
feat: add webmention
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 3 |
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> |