michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 2e34cd84f39aee496dcfe2315d28895227b15884
parent 7505bdbfa7243cbb6ed16c84284dedae86a8313c
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Sat, 11 Feb 2023 19:20:50 +0100

feat: add webmention

Diffstat:
Mlayouts/_default/baseof.html | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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>