blob: dd475bdc3d0076b00dd0631bd27c30d430b3249b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
CONGRATULATIONS, you found my humans.txt file!
───────────────────────────────────────────────────────────────────────────────
{{ with site.Author }}
{{- $author_type := (printf "%T" site.Author) }}
{{- if (or (eq $author_type "map[string]string") (eq $author_type "map[string]interface {}")) }}
/* TEAM */
{{ range $i, $member := site.Author }}
{{- if (eq (printf "%T" $member) "maps.Params") }}
{{- partial "team-member.html" (dict "context" . "member" $member) -}}
{{- end }}
{{- end }}
{{- 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
|