From 5ede80ccbe35101daa7c190833332443e13dec6b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 2 Sep 2022 07:03:53 -0400 Subject: [PATCH] other changes --- layouts/_default/rss.xml | 2 +- layouts/partials/nav.html | 4 ++-- layouts/partials/profile.html | 13 ++++++------- layouts/shortcodes/audio.html | 2 +- static/css/theme.css | 17 ++++++++++++++--- 5 files changed, 24 insertions(+), 14 deletions(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index c97819c..bdcd09a 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -5,7 +5,7 @@ {{.Params.description}} Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}} - {{ range .Pages }} + {{ range .Site.RegularPages }} {{ .Title }} {{ .Permalink }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index a2f61e1..d995ce8 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,8 +1,8 @@