diff --git a/layouts/partials/author.html b/layouts/partials/byline.html similarity index 100% rename from layouts/partials/author.html rename to layouts/partials/byline.html diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 5e2f4f5..c705962 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -17,7 +17,7 @@ {{ .Params.subtitle | markdownify }} {{ end }} {{ if .Params.author }} -
{{ partial "author.html" . }}
+
{{ partial "byline.html" . }}
{{ end }} {{ if .Params.Cover }}