From 80c1631bdd214fc29daf3cd9685ae4afa34b13fe Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 24 Jan 2023 13:35:26 +0100 Subject: [PATCH] Touch up RSS feed links and post page --- src/gmi/tpl/index.gmi | 2 ++ src/gmi/tpl/posts/index.gmi | 2 +- src/gmi/tpl/posts/post.gmi | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gmi/tpl/index.gmi b/src/gmi/tpl/index.gmi index aa9a0c6..9cd0ce9 100644 --- a/src/gmi/tpl/index.gmi +++ b/src/gmi/tpl/index.gmi @@ -11,6 +11,8 @@ This here's my little corner of the web, where I publish posts about projects I' {{ end -}} +=> {{ BlogURL "feed.xml" }} RSS feed + Below you'll find other information and links related to me. ## Social diff --git a/src/gmi/tpl/posts/index.gmi b/src/gmi/tpl/posts/index.gmi index 232c0cb..cc206df 100644 --- a/src/gmi/tpl/posts/index.gmi +++ b/src/gmi/tpl/posts/index.gmi @@ -25,6 +25,6 @@ much as the quality! {{ end }} ================================================================================ -=> {{ BlogURL "feed.xml" }} Subscribe to the RSS feed for updates +=> {{ BlogURL "feed.xml" }} RSS feed {{ template "footer.gmi" . }} diff --git a/src/gmi/tpl/posts/post.gmi b/src/gmi/tpl/posts/post.gmi index 09d20fe..9daa4d3 100644 --- a/src/gmi/tpl/posts/post.gmi +++ b/src/gmi/tpl/posts/post.gmi @@ -35,7 +35,10 @@ This post is part of a series! {{ end -}} {{ end -}} +{{ else }}{{/* newline */}} {{ end }} => {{ BlogURL "posts/" }} Browse all posts +=> {{ BlogURL "feed.xml" }} RSS feed + {{ template "footer.gmi" . }}