|
|
@ -34,7 +34,7 @@
|
|
|
|
{{ $title := delimit $titles " · " }}
|
|
|
|
{{ $title := delimit $titles " · " }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if not $title }}
|
|
|
|
{{ if not $title }}
|
|
|
|
{{ warnf "layouts/_default/rss.xml: page %s does not have a title" $page.RelPermalink }}
|
|
|
|
{{ warnf "layouts/_default/list.rss.xml: page %s does not have a title" $page.RelPermalink }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | safeHTML }}
|
|
|
|
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | safeHTML }}
|
|
|
|