From 07ae26b4d0730735eadf1055d27a291a69ba0131 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 4 Aug 2023 14:49:48 +0200 Subject: Add h-entry tags to content --- layouts/posts/single.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'layouts/posts/single.html') diff --git a/layouts/posts/single.html b/layouts/posts/single.html index cab9527..eca87b9 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,10 +1,13 @@ {{ define "main" }} -
+
-

{{ .Title }}

- {{- range .Params.tags }} - #{{ . }} - {{- end }} +

{{ .Title }}

+

+ {{- range .Params.tags }} + {{ . }} + {{- end }} + — Published on . +

{{- if .Draft }}
@@ -19,7 +22,7 @@
{{- end }}
-
+
{{ .Content }}