diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 32e7b4b..84a0260 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -10,7 +10,7 @@ | {{- end }} diff --git a/layouts/index.html b/layouts/index.html index b959d78..660e666 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -24,7 +24,16 @@ - {{ .Title }} +
+ {{ .Title }} + {{- with .Params.tags }} + + {{- range . }} + #{{ . }} + {{- end }} + + {{- end }} +
{{- end }}