diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index e799135..daac866 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -4,12 +4,20 @@ {{ if .Params.author }}By {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }} {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }}
++ {{- with .Params.tags -}} + {{- range . }} + {{- $tag := urlize . -}} + [{{ . }}] + {{- end }} + {{- end }} +
{{ end }} - {{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}