From 1aafe6f247689f2c6b1d16f27e0dce5c425ce207 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Thu, 20 Feb 2020 18:36:02 +0100 Subject: [PATCH] Improve layout for list of tags --- layouts/tags/terms.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/tags/terms.html diff --git a/layouts/tags/terms.html b/layouts/tags/terms.html new file mode 100644 index 0000000..004a1b1 --- /dev/null +++ b/layouts/tags/terms.html @@ -0,0 +1,17 @@ +{{ define "main" }} +
+ {{- with .Title }} +
+

{{ . }}

+
+ {{- end }} +
+
    + {{ range (.Paginate ( .Pages.ByTitle ) 100).Pages }} +
  • {{ .Title }}
  • + {{ end }} +
+
+
+{{ partial "pagination" . }} +{{ end }} \ No newline at end of file