diff --git a/themes/mytheme/layouts/partials/post_meta.html b/themes/mytheme/layouts/partials/post_meta.html index 15b8b1b..c5ad4fa 100644 --- a/themes/mytheme/layouts/partials/post_meta.html +++ b/themes/mytheme/layouts/partials/post_meta.html @@ -12,10 +12,6 @@ {{- $scratch.Add "meta" (slice (i18n "words" .WordCount | default (printf "%d words" .WordCount))) }} {{- end }} -{{- with (partial "author.html" .) }} -{{- $scratch.Add "meta" (slice .) }} -{{- end }} - {{- with ($scratch.Get "meta") }} {{- delimit . " ยท " -}} {{- end -}}