diff --git a/src/layouts/_default/list.html b/src/layouts/_default/list.html index 948aaae..04d47ff 100644 --- a/src/layouts/_default/list.html +++ b/src/layouts/_default/list.html @@ -33,9 +33,9 @@ {{ end }}

{{ .Title }}

- {{ .Date.Format "2006-01-02" }} - Categories: {{ range .Params.categories }}{{ . }}, {{ end }} - {{ .Content }} + Published {{ .Date.Format "02/01/2006" }}
+ Categories: {{ range .Params.categories }}{{ . }}, {{ end }} + {{ .Content }}
diff --git a/src/layouts/categories/single.html b/src/layouts/categories/single.html new file mode 100644 index 0000000..c26379d --- /dev/null +++ b/src/layouts/categories/single.html @@ -0,0 +1,23 @@ + + +{{ partial "head.html" . }} + +{{ partial "navbar.html" . }} +
+
+

Category: {{ .Title }}

+ +
+
+ + + diff --git a/src/layouts/taxonomy/taxonomy.html b/src/layouts/taxonomy/taxonomy.html index 98cc608..6c6e799 100644 --- a/src/layouts/taxonomy/taxonomy.html +++ b/src/layouts/taxonomy/taxonomy.html @@ -4,7 +4,7 @@ {{ partial "navbar.html" . }}
-
+

{{ .Title }}

    {{ range .Data.Terms.Alphabetical }}