diff options
Diffstat (limited to 'themes/polaris/layouts')
-rw-r--r-- | themes/polaris/layouts/_default/baseof.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html index 5b8a18b..3c052ea 100644 --- a/themes/polaris/layouts/_default/baseof.html +++ b/themes/polaris/layouts/_default/baseof.html @@ -18,8 +18,6 @@ <meta property="og:url" content="{{ .Page.RelPermalink }}"> <meta property="og:site_name" content="{{ .Site.Title }}"> <meta property="og:description" content="{{ .Site.Params.subtext }}"> - <a rel="me" href="https://wetdry.world/@auroras"></a> - <meta name="fediverse:creator" content="@auroras@wetdry.world"> </head> <body> {{ partial "header.html" . }} |