diff options
author | mms <michal@sapka.me> | 2024-02-13 22:59:15 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-13 22:59:15 +0100 |
commit | 461a7bd7c71ab73dada86ef77e65dd45c499128d (patch) | |
tree | c3fb9640a2725052ad44273c958d9735eb79170d /layouts | |
parent | a9e1d4c0a6c966280b07edf64e2d9578bf50e4a9 (diff) |
chore: mastlink
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d17c92e..83ef4a6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -34,7 +34,7 @@ <link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'> <meta name="robots" content="index, follow"> {{ if isset .Params "tags" }}<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">{{end}} - + <link rel="me" href="https://emacs.ch/@mms"> <link href="https://github.com/michalsapka" rel="me"> <link rel="webmention" href="https://webmention.io/d-s.sh/webmention"> |