diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 20:20:07 +0200 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 20:20:07 +0200 |
commit | 644c3eebcff615e714e60b23ee5079f0467cefb6 (patch) | |
tree | 14a567c120c0179a52a90629755e86ba42671d43 | |
parent | 1707ce7d408fe1926bb8245b5dab5e547d60fcc6 (diff) |
Removed email link from head
-rw-r--r-- | themes/stingray/layouts/partials/head.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html index 0bde022..73081c4 100644 --- a/themes/stingray/layouts/partials/head.html +++ b/themes/stingray/layouts/partials/head.html @@ -7,6 +7,5 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} <title>{{ $title }}</title> - <link rel="me" href="mailto:mail@rayhammer.dev" /> <link rel="me" href="https://github.com/rayhammer" /> </head>
\ No newline at end of file |