diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 5 | ||||
-rw-r--r-- | layouts/partials/head.html | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a7bd031..4634745 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -27,6 +27,11 @@ <img src="/img/valid-html401.png" alt="valid html"> </a> </li> + <li> + <a href="https://neonxp.ru/humans.txt" target="_blank"> + <img src="/img/humanstxt.png" alt="valid html"> + </a> + </li> </ul> </div> </div> diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fa91731..ff8a8de 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,5 +8,6 @@ {{ template "_internal/twitter_cards.html" . }} <link rel="icon" type="image/png" href="/img/favicon.webp"> +<link type="text/plain" rel="author" href="https://neonxp.ru/humans.txt" /> <title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> {{ partialCached "head/css.html" . }} |