From 275441b523fcdf98769f7f193e57da8454239f99 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 2 Dec 2023 09:32:27 +0900 Subject: [PATCH] Fix --- themes/mytheme/layouts/partials/post_meta.html | 4 ---- 1 file changed, 4 deletions(-) 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 -}}