summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/_default/archives.html')
-rw-r--r--themes/PaperMod/layouts/_default/archives.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/_default/archives.html b/themes/PaperMod/layouts/_default/archives.html
index e400e2c..d2c4d76 100644
--- a/themes/PaperMod/layouts/_default/archives.html
+++ b/themes/PaperMod/layouts/_default/archives.html
@@ -1,7 +1,25 @@
{{- define "main" }}
<header class="page-header">
- <h1>{{ .Title }}</h1>
+ <h1>
+ {{ .Title }}
+ {{- if (.Param "ShowRssButtonInSectionTermList") }}
+ {{- $rss := (.OutputFormats.Get "rss") }}
+ {{- if (eq .Kind `page`) }}
+ {{- $rss = (.Parent.OutputFormats.Get "rss") }}
+ {{- end }}
+ {{- with $rss }}
+ <a href="{{ .RelPermalink }}" title="RSS" aria-label="RSS">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
+ stroke-linecap="round" stroke-linejoin="round" height="23">
+ <path d="M4 11a9 9 0 0 1 9 9" />
+ <path d="M4 4a16 16 0 0 1 16 16" />
+ <circle cx="5" cy="19" r="1" />
+ </svg>
+ </a>
+ {{- end }}
+ {{- end }}
+ </h1>
{{- if .Description }}
<div class="post-description">
{{ .Description }}