diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-23 17:01:52 +0300 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-23 17:01:52 +0300 |
| commit | fc07b509fe2da1e9baeb67869bc2fb3992990de4 (patch) | |
| tree | 15fafad11e13d8132729281994c2dba9eef716c9 /layouts/_default/home.humanstxt.txt | |
| parent | bffd956eee9a06c7531b8810b10f0cc4425929fd (diff) | |
| download | gohugo-theme-ed-fc07b509fe2da1e9baeb67869bc2fb3992990de4.tar.gz | |
Rework alternate links, add sitemap support
Diffstat (limited to 'layouts/_default/home.humanstxt.txt')
| -rw-r--r-- | layouts/_default/home.humanstxt.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/_default/home.humanstxt.txt b/layouts/_default/home.humanstxt.txt new file mode 100644 index 0000000..4b11034 --- /dev/null +++ b/layouts/_default/home.humanstxt.txt @@ -0,0 +1,17 @@ +{{- 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 |
