diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index e400e2c5..c6d40aeb 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -1,7 +1,19 @@ {{- define "main" }} - {{ .Title }} + + {{ .Title }} + {{- if and (or (eq .Kind `term`) (eq .Kind `section`)) (.Param "ShowRssButtonInSectionTermList") }} + + + + + + + + {{- end }} + {{- if .Description }} {{ .Description }}