+
+
{{ .Title | markdownify }}
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
{{ partial "post-metadata/author.html" . }}
-
+
{{ partial "description-or-summary.html" . }}
diff --git a/layouts/partials/post-metadata/author.html b/layouts/partials/post-metadata/author.html
index 0533c58..8534cd2 100644
--- a/layouts/partials/post-metadata/author.html
+++ b/layouts/partials/post-metadata/author.html
@@ -1,16 +1,16 @@
-
+
{{/* Calculate the total word count */}}
{{ $total_words := 0 }}
{{ range .Data.Pages }}
{{ $total_words = add $total_words .WordCount }}
{{ end }}
-
+
{{ partial "icon.html" "newspaper" }}
{{ i18n "post_count" (len .Data.Pages) }}
-
+
{{ partial "icon.html" "align-left" }}
{{ i18n "wordcount" $total_words }}
{{ .Title | markdownify }} {{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
{{ partial "post-metadata/author.html" . }} -
+
{{ partial "description-or-summary.html" . }}
diff --git a/layouts/partials/post-metadata/author.html b/layouts/partials/post-metadata/author.html
index 0533c58..8534cd2 100644
--- a/layouts/partials/post-metadata/author.html
+++ b/layouts/partials/post-metadata/author.html
@@ -1,16 +1,16 @@
-
+
{{/* Calculate the total word count */}}
{{ $total_words := 0 }}
{{ range .Data.Pages }}
{{ $total_words = add $total_words .WordCount }}
{{ end }}
-
+
{{ partial "icon.html" "newspaper" }}
{{ i18n "post_count" (len .Data.Pages) }}
-
+
{{ partial "icon.html" "align-left" }}
{{ i18n "wordcount" $total_words }}