diff --git a/themes/chosto/layouts/_default/taxonomy.html b/themes/chosto/layouts/_default/taxonomy.html new file mode 100644 index 0000000..023bc25 --- /dev/null +++ b/themes/chosto/layouts/_default/taxonomy.html @@ -0,0 +1,20 @@ +{{ define "main" }} +
+
+
+
+ + {{ $paginator := .Paginator }} + {{ range $paginator.Pages }} + {{ if (eq .FirstSection.Section "posts")}} +
+ {{ .Render "summary" }} +
+ {{ end }} + {{ end }} +
+ {{- partial "pagination.html" $paginator -}} +
+
+
+{{ end }}