summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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" . }}