diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 9154da9..c621d76 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -25,7 +25,11 @@ {{ .Params.subtitle | markdownify }} {{ end }} {{ if (isset .Params "author") }} -
{{ partial "byline.html" . }}
+ {{ if .Params.feathericon
+ }}
{{ end }}{{ partial "byline.html" .
+ }}
{{ end }}
{{ with .Params.Description }}