diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-21 00:52:36 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-21 00:55:20 +0100 |
commit | 4cdf7770f9082ba89e06e509bba8b63b98a1e4ec (patch) | |
tree | 164932c750f35e347233d6c7b7c57e97144e4a5c | |
parent | Update domain name (diff) | |
download | baitinq.ml-4cdf7770f9082ba89e06e509bba8b63b98a1e4ec.tar.gz baitinq.ml-4cdf7770f9082ba89e06e509bba8b63b98a1e4ec.tar.bz2 baitinq.ml-4cdf7770f9082ba89e06e509bba8b63b98a1e4ec.zip |
Blog: Add RSS feed link
-rw-r--r-- | themes/researcher/layouts/_default/list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/researcher/layouts/_default/list.html b/themes/researcher/layouts/_default/list.html index b5a7131..0018d21 100644 --- a/themes/researcher/layouts/_default/list.html +++ b/themes/researcher/layouts/_default/list.html @@ -7,6 +7,9 @@ {{ end }} </ul> {{ .Content}} +{{ if eq .Section "blog" }} + <a href="/blog/index.xml" class="rss-link">RSS Feed</a> +{{ end }} </div> {{ end }} |