aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-21 15:42:01 -0500
committertdro <tdro@noreply.example.com>2023-11-21 15:42:01 -0500
commit6d7dec46271651785443321fc26344b355d8bd98 (patch)
tree37a961f2a4e10d774e7af9457ef812d5fbb4c04a /themes/default/layouts/_default
parent87ab00cf096cc9cb954994592e6c030c497db1d6 (diff)
downloadcanory-6d7dec46271651785443321fc26344b355d8bd98.tar.gz
canory-6d7dec46271651785443321fc26344b355d8bd98.tar.bz2
canory-6d7dec46271651785443321fc26344b355d8bd98.zip
themes/default/layouts/partials/base-discovery: Cover all page types
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r--themes/default/layouts/_default/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/rss.xml b/themes/default/layouts/_default/rss.xml
index bd7090e..78161da 100644
--- a/themes/default/layouts/_default/rss.xml
+++ b/themes/default/layouts/_default/rss.xml
@@ -58,7 +58,7 @@
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
- <title>{{ $title }}</title>
+ <title>{{ or $title (title .Section) }}</title>
<link>{{ .Permalink }}</link>
<description>{{ $description }}</description>
<language>{{ .Site.LanguageCode }}</language>