summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-01-24 13:35:26 +0100
committerBrian Picciano <mediocregopher@gmail.com>2023-01-24 13:35:26 +0100
commit80c1631bdd214fc29daf3cd9685ae4afa34b13fe (patch)
tree07eb290b6273c6dec7ce45fdc17b4589eaeee7ed /src
parent3f97311514902ae76a905f7c8e7ed7031b4121de (diff)
Touch up RSS feed links and post page
Diffstat (limited to 'src')
-rw-r--r--src/gmi/tpl/index.gmi2
-rw-r--r--src/gmi/tpl/posts/index.gmi2
-rw-r--r--src/gmi/tpl/posts/post.gmi3
3 files changed, 6 insertions, 1 deletions
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" . }}