diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b217d64..2da00c2 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,9 +1,12 @@ {{ partial "header.html" . }} {{ if not .IsHome }} - {{ if eq .Data.Singular "tag" }}Tagged in + {{ if eq .Data.Singular "tag" }} + Tagged in {{ .Data.Term }} - {{ else }}Posts + {{ else }} + categoried in + {{ with .Title }}{{ . }}{{ end }} {{ end }} {{ end }}