From 0f3c967d08cec7d9cc6e78f6f72c86726fc7d290bf3e5698b907d179f15aee6d Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 30 Apr 2022 00:00:00 +0000 Subject: Add back self-closing tags --- layouts/index.atom.xml | 6 +++--- layouts/index.gemini_atom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index 1bb57f4..ffbedc9 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -3,8 +3,8 @@ {{ .Permalink }} {{ .Site.Title }} {{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }} - - + + {{ .Site.Author.name }} {{ .Site.Author.email }} @@ -16,7 +16,7 @@ {{ .Permalink }} {{ .Title }} {{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }} - + {{ .Content | html }} {{ end }} diff --git a/layouts/index.gemini_atom.xml b/layouts/index.gemini_atom.xml index 7d9cba9..7025a00 100644 --- a/layouts/index.gemini_atom.xml +++ b/layouts/index.gemini_atom.xml @@ -3,8 +3,8 @@ {{ replace .Permalink "https://" "gemini://" }} {{ .Site.Title }} {{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }} - - + + {{ .Site.Author.name }} {{ .Site.Author.email }} @@ -16,6 +16,6 @@ {{ replace .Permalink "https://" "gemini://" | safeURL }} {{ .Title }} {{ .Date.Format "2006-01-02T15:04:05Z" | safeHTML }} - + {{ end }} -- cgit v1.2.3