aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/rss.xml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2024-01-13 20:33:21 -0500
committertdro <tdro@noreply.example.com>2024-01-13 20:33:21 -0500
commiteaaff9e2cf95bd05e0554bed2996b3e8252edba7 (patch)
tree50381535b86f13df060a40400b505a53538ffc4b /themes/default/layouts/_default/rss.xml
parente3f2fd696060de3d6f70c6eab77bd5d358c82c87 (diff)
downloadcanory-eaaff9e2cf95bd05e0554bed2996b3e8252edba7.tar.gz
canory-eaaff9e2cf95bd05e0554bed2996b3e8252edba7.tar.bz2
canory-eaaff9e2cf95bd05e0554bed2996b3e8252edba7.zip
themes/default/layouts/partials: base -> head
Diffstat (limited to 'themes/default/layouts/_default/rss.xml')
-rw-r--r--themes/default/layouts/_default/rss.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/rss.xml b/themes/default/layouts/_default/rss.xml
index 78161da..5f9877e 100644
--- a/themes/default/layouts/_default/rss.xml
+++ b/themes/default/layouts/_default/rss.xml
@@ -14,8 +14,8 @@
{{- $lastBuildDate = .Date | time.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML -}}
{{- end -}}
-{{- $title := partial "base-title.html" . -}}
-{{- $description := partial "base-title.html" . -}}
+{{- $title := partial "head-title.html" . -}}
+{{- $description := partial "head-title.html" . -}}
{{- $author := partial "function-authors-data.html" . -}}
{{- if (eq .Page.Kind "section") -}}