diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 64320a7..4c3f409 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,6 +6,12 @@ {{- if eq .Date.IsZero false }} {{- end }} + {{ if .Params.tags }} + │ + {{range .Params.tags}} + {{ . }} + {{end}} + {{end}} {{- if (and (eq .Lastmod.IsZero false) (ne .Lastmod .Date)) }} — last updated {{- end }} diff --git a/layouts/index.html b/layouts/index.html index f877f05..c4d3f4c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -24,6 +24,7 @@ Read More… {{ end }} +