diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-11-12 15:41:44 +0100 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-11-12 15:41:44 +0100 |
commit | 846575067978260ea9367bcebeff0f5c233861e7 (patch) | |
tree | 912e85635882ab38e640d42453563c2f8cd09b94 | |
parent | 721cf9fdb14e2c12e73110ba54bc8c1d45c59e55 (diff) |
Added an extra link
Added hidden attribute to links
-rw-r--r-- | themes/stingray/layouts/partials/head.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html index 7a1791b..f882de0 100644 --- a/themes/stingray/layouts/partials/head.html +++ b/themes/stingray/layouts/partials/head.html @@ -8,5 +8,6 @@ {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} <title>{{ $title }}</title> <meta name="description" content="{{ .Description }}"> - <link rel="me" href="https://github.com/rayhammer" /> + <link rel="me" href="https://github.com/rayhammer" hidden/> + <link rel="me" href="https://pleroma.doingyourmom.club/rayhammer" hidden/> </head>
\ No newline at end of file |