diff options
Diffstat (limited to 'layouts/blog')
-rw-r--r-- | layouts/blog/baseof.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index adc72e4..2e2ea5a 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -7,6 +7,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta property="fediverse:creator" content="@mms@emacs.ch"> + <link rel="me" href="https://emacs.ch/@mms"> + {{- $header_rect := resources.Get "blog/logo/right.png" }} {{- $header_rect_180 := $header_rect.Resize "180x webp q90"}} <link rel="apple-touch-icon" sizes="180x180" href="{{ $header_rect_180.Permalink }}"> @@ -29,7 +32,6 @@ <link rel='alternate' type='application/rss+xml' title="Feed with all changes" href='/index.xml'> <link rel='alternate' type='application/rss+xml' title="Feed with Unix History changes" href='/unix-history/index.xml'> <meta name="robots" content="index, follow"> - <link rel="me" href="https://emacs.ch/@mms"> <link rel="webmention" href="https://webmention.io/d-s.sh/webmention"> <link rel="pingback" href="https://webmention.io/d-s.sh/xmlrpc"> |