|
|
@ -3,7 +3,7 @@
|
|
|
|
{{ $limit := site.Config.Services.RSS.Limit }}
|
|
|
|
{{ $limit := site.Config.Services.RSS.Limit }}
|
|
|
|
{{ $pages := "" }}
|
|
|
|
{{ $pages := "" }}
|
|
|
|
{{ $pagesource := cond $page.IsHome site $page }}
|
|
|
|
{{ $pagesource := cond $page.IsHome site $page }}
|
|
|
|
{{ $title := partial "paige/func-title.html" $page }}
|
|
|
|
{{ $title := partial "paige/title.html" $page }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if or $page.IsHome $page.IsSection }}
|
|
|
|
{{ if or $page.IsHome $page.IsSection }}
|
|
|
|
{{ $pages = $pagesource.RegularPages }}
|
|
|
|
{{ $pages = $pagesource.RegularPages }}
|
|
|
|