diff --git a/layouts/post/single.html b/layouts/post/single.html index 48b2aa5..74eefb3 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -10,16 +10,16 @@ {{ $dateFormat := $.Site.Params.dateFormat | default "Jan 2, 2006" }} {{ .PublishDate.Format $dateFormat }} - {{ if isset .Params "tags" }} + {{ with .Params.tags }}