diff --git a/layouts/posts/single.html b/layouts/posts/single.html index c621d76..4e876f2 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -22,14 +22,13 @@ {{ .Title | markdownify }} {{ if .Params.subtitle }} - {{ .Params.subtitle | markdownify }} + {{ .Params.subtitle | markdownify }}{{ if .Params.feathericon + }}{{ end }} {{ end }} {{ if (isset .Params "author") }} -
{{ if .Params.feathericon
-        }}{{ end }}{{ partial "byline.html" .
-      }}
+
{{ partial "byline.html" . }}
{{ end }} {{ with .Params.Description }}