diff --git a/layouts/partials/categories.html b/layouts/partials/categories.html new file mode 100644 index 0000000..d7b46a6 --- /dev/null +++ b/layouts/partials/categories.html @@ -0,0 +1,10 @@ +{{ with .Params.categories }} +

+ Series: + {{ range . -}} + {{.}} + {{ end }} +

+{{ end }} diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html new file mode 100644 index 0000000..5ecd9eb --- /dev/null +++ b/layouts/partials/tags.html @@ -0,0 +1,10 @@ +{{ with .Params.tags }} +

+ Series: + {{ range . -}} + {{.}} + {{ end }} +

+{{ end }}