diff options
Diffstat (limited to 'layouts/index.humanstxt.txt')
| -rw-r--r-- | layouts/index.humanstxt.txt | 17 |
1 files changed, 0 insertions, 17 deletions
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 |
