diff --git a/themes/hugo-xmin/layouts/partials/categories_tags.html b/themes/hugo-xmin/layouts/partials/categories_tags.html new file mode 100644 index 0000000..d55e602 --- /dev/null +++ b/themes/hugo-xmin/layouts/partials/categories_tags.html @@ -0,0 +1,10 @@ + + +

+ {{ range $i := (slice "categories" "tags") }} + {{ with ($.Param $i) }} + {{ $i | title }}: {{ range $k := . }}{{$k}} {{ end }} + {{ end }} +
+ {{ end }} +

\ No newline at end of file diff --git a/themes/hugo-xmin/layouts/partials/footer.html b/themes/hugo-xmin/layouts/partials/footer.html index 335c9c6..72716e0 100644 --- a/themes/hugo-xmin/layouts/partials/footer.html +++ b/themes/hugo-xmin/layouts/partials/footer.html @@ -3,6 +3,8 @@ {{ with .Site.Params.footer }}
Back to top +  | Back to categories and tags +  | Back to menu
{{ replace . "{Year}" now.Year | markdownify}} {{ end }} {{ if .GitInfo}} diff --git a/themes/hugo-xmin/layouts/partials/header.html b/themes/hugo-xmin/layouts/partials/header.html index fe324e0..ca7511e 100644 --- a/themes/hugo-xmin/layouts/partials/header.html +++ b/themes/hugo-xmin/layouts/partials/header.html @@ -22,7 +22,7 @@ -