diff --git a/layouts/partials/page_header.html b/layouts/partials/page_header.html index a8038a5..fc995a6 100644 --- a/layouts/partials/page_header.html +++ b/layouts/partials/page_header.html @@ -2,6 +2,8 @@ @{{ .Site.Author.handle }}’s {{ .Site.Title }}. + {{ if isset .Site.Params "rsssections" }} + {{ $.Scratch.Add "sections" .Site.Params.rsssections }} {{ range .Site.Menus.main }} @@ -14,6 +16,8 @@ {{ end }} {{ with .Site.Author.aboutpage }}About{{ end }} + + {{ end }}