From a0ad122fea1a29b4fa3479f76003d1b6058a4e58 Mon Sep 17 00:00:00 2001 From: GreenLunar Date: Thu, 7 Dec 2023 14:19:17 +0200 Subject: [PATCH 1/3] Make feeds auto-discoverable by Feed Readers See https://www.rssboard.org/rss-autodiscovery --- templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f00203e..c889a68 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,9 @@ {{block "extraHead" .}} {{end}} {{template "title" .}} + + +
@@ -54,4 +57,4 @@ {{block "extraOutterBody" .}} {{end}} -{{end}} \ No newline at end of file +{{end}} From 93bfd24aa7cf35ead6c9a98e466153d9b364485c Mon Sep 17 00:00:00 2001 From: GreenLunar Date: Thu, 7 Dec 2023 16:24:34 +0200 Subject: [PATCH 2/3] Update base.html Add type of feed in brackets --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index c889a68..e0dcf9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,9 +8,9 @@ {{block "extraHead" .}} {{end}} {{template "title" .}} - - - + + +
From f4de9708598836828c9663ff7684dab90af4a2d0 Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:02:46 +0100 Subject: [PATCH 3/3] use .Blogo.Url to solve the url problem --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index e0dcf9e..30968f8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,9 +8,9 @@ {{block "extraHead" .}} {{end}} {{template "title" .}} - - - + + +