From 386b75f237a6b6a3032a5c8137fa7c5409514e4b Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Wed, 23 Dec 2020 17:42:12 +0100 Subject: [PATCH] h-feed --- templates/index.gohtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/index.gohtml b/templates/index.gohtml index d9c1513..44f595a 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -6,8 +6,8 @@ {{ end }} {{ define "main" }} -
- {{ with .Data.Title }}

{{ . }}

{{ end }} +
+ {{ with .Data.Title }}

{{ . }}

{{ end }} {{ with .Data.Description }}{{ md . }}{{ end }} {{ if (or .Data.Title .Data.Description) }}
@@ -23,6 +23,7 @@ {{ if .Data.HasNext }}

{{ string .Blog.Lang "next" }}

{{ end }} + {{ include "author" . }}
{{ end }}