diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d05c8e2..4d1688f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,6 +5,7 @@ {{ $singlePageDateFormat := .Site.Params.singlePageDateFormat | default "January 2, 2006"}}

{{ .Date.Format $singlePageDateFormat }}

+ {{ if .Param "tags" }}
+ {{ end }} +

{{ .Title }}

{{ .Content }}