We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b494 commit 46106fbCopy full SHA for 46106fb
content/en/history/_index.md
@@ -2,6 +2,9 @@
2
title: History
3
weight: 500
4
type: docs
5
+outputs:
6
+ - html
7
+ - rss
8
aliases:
9
- /medley/history/
10
---
layouts/_default/rss.xml
@@ -12,6 +12,9 @@
12
{{- $pctx := . }}
13
{{- if .IsHome }}{{ $pctx = .Site }}{{ end }}
14
15
+<!-- Iterate through all sections and include both sections and
16
+ pages in the rss feed. The default rss.xml only includes
17
+ pages. -->
18
{{- $pages := slice }}
19
{{- $mainPages := where .Pages "Kind" "in" (slice "page" "section") }}
20
{{- $pages = $pages | union $mainPages }}
0 commit comments