diff --git a/layouts/_default/term.html b/layouts/_default/term.html new file mode 100644 index 00000000..2aaaf42d --- /dev/null +++ b/layouts/_default/term.html @@ -0,0 +1,34 @@ +{{ define "main" }} +
+
+
+
+

+ {{ .Title }} +

+
+
+
+ {{ $p := .Paginate (.Pages.ByDate.Reverse.GroupByDate "January 2006") }} +
+
+
+
+ {{ range $p.PageGroups }} +
{{ .Key }}
+ {{ range .Pages }} +

+ {{ .Title | markdownify }} + {{- if .Description -}} +
+ {{- .Description | markdownify -}} + {{- end -}} +

+ {{ end }} + {{ end }} +
+
+
+
+
+{{ end }}