diff --git a/layouts/_default/list.html b/layouts/_default/list.html index e69de29..892249b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -0,0 +1,37 @@ +{{ define "main" }} +{{ if .Data.Singular }} +

Filtering for "{{ .Title }}"

+ + Remove filter + +{{ else }} +

{{ .Title }}

+{{ end }} + +{{ if .Data.Singular }} +{{ else }} + + Site-wide tags: +
+ {{ range .Site.Taxonomies.tags }} + #{{ .Page.Title }}  + {{ end }} +
+
+{{ end }} +{{ end }}