{{ define "main" }}

{{ .Title }}

{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format ":date_long" }} Updated {{ with .Params.links }}

Links

{{ end }} {{ with .Params.website }}

Website: {{ . }}

{{ end }} {{ with .Params.github }}

View on GitHub

{{ end }}

At a Glance

{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }} {{ with $taxonomy }} {{ end }} {{ end }}
Taxonomy Terms
{{ $taxonomyname | strings.FirstUpper }} {{ range $key, $value := $taxonomy }} {{ partial "term-link.html" (dict "name" $key "taxonomy" $taxonomyname) }} {{ end }}

Description

{{ .Content }}
{{ with .Params.publications}}

Publications

{{ end }} {{ end }}