diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 9648bf3..41a4c6f 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -1,15 +1,17 @@ - - -{{ partial "header.html" . }} +{{ define "main" }} +{{ if isset .Data "Term" }} +

Entries tagged - "{{ .Data.Term }}"

+{{ else }} +

All articles

+{{ end }} - -
- {{ partial "head.html" . }} - -

All tags

-
- - {{ partial "footer.html" . }} - - - \ No newline at end of file + +{{ end }}