diff options
Diffstat (limited to 'themes/trek/layouts/_default/single.html')
-rw-r--r-- | themes/trek/layouts/_default/single.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/trek/layouts/_default/single.html b/themes/trek/layouts/_default/single.html deleted file mode 100644 index 7e286c8..0000000 --- a/themes/trek/layouts/_default/single.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ define "main" }} - <h1>{{ .Title }}</h1> - - {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Date | time.Format ":date_long" }} - <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time> - - {{ .Content }} - {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} -{{ end }} |