From fc07b509fe2da1e9baeb67869bc2fb3992990de4 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 23 May 2022 17:01:52 +0300 Subject: Rework alternate links, add sitemap support --- layouts/index.humanstxt.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 layouts/index.humanstxt.txt (limited to 'layouts/index.humanstxt.txt') diff --git a/layouts/index.humanstxt.txt b/layouts/index.humanstxt.txt deleted file mode 100644 index 4b11034..0000000 --- a/layouts/index.humanstxt.txt +++ /dev/null @@ -1,17 +0,0 @@ -{{- with site.Author.name }} - /* TEAM */ - - Author: {{ . }} -{{- with site.Author.email }}{{ printf "\n Contact: %s" . }}{{ end }} -{{- with site.Author.github }}{{ printf "\n GitHub: @%s" . }}{{ end }} -{{- with site.Author.twitter }}{{ printf "\n Twitter: @%s" . }}{{ end }} -{{- with site.Author.location }}{{ printf "\n From: %s" . }}{{ end }} -{{- end }} - - /* SITE */ - - Last update: {{ now.Format "2006/01/02" }} - Language: {{ range $i, $l := site.Languages }}{{ if $i }}, {{ end }}{{ .LanguageName }}{{ end }} - Doctype: HTML5 - Standards: HTML5, CSS3, Open Graph protocol, Schema.org - Components: Hugo, jQuery, Ed Theme -- cgit v1.2.3