diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-01-24 13:35:26 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-01-24 13:35:26 +0100 |
commit | 80c1631bdd214fc29daf3cd9685ae4afa34b13fe (patch) | |
tree | 07eb290b6273c6dec7ce45fdc17b4589eaeee7ed | |
parent | 3f97311514902ae76a905f7c8e7ed7031b4121de (diff) |
Touch up RSS feed links and post page
-rw-r--r-- | src/gmi/tpl/index.gmi | 2 | ||||
-rw-r--r-- | src/gmi/tpl/posts/index.gmi | 2 | ||||
-rw-r--r-- | src/gmi/tpl/posts/post.gmi | 3 |
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" . }} |