diff options
Diffstat (limited to 'layouts/index.humanstxt.txt')
| -rw-r--r-- | layouts/index.humanstxt.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/layouts/index.humanstxt.txt b/layouts/index.humanstxt.txt index 93e794b..4b11034 100644 --- a/layouts/index.humanstxt.txt +++ b/layouts/index.humanstxt.txt @@ -2,9 +2,10 @@ /* TEAM */ Author: {{ . }} -{{ with site.Author.email }} Contact: {{ . }}{{ end }} -{{ with site.Author.github }} GitHub: {{ . }}{{ end }} -{{ with site.Author.location }} From: {{ . }}{{ end }} +{{- 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 */ |
