From dd93ff903172616ea6cd01d06b85e03e748f395c Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Thu, 14 Feb 2019 11:34:55 -0600 Subject: [PATCH] Replace isset with with --- layouts/post/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}