diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 753b461..ba3ae4b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,12 +1,7 @@ - - {{ if .OutputFormats.Get "RSS" }} - - {{ end }} - + {{ $css := "css/index.css" | relURL }} {{ .Title }} diff --git a/layouts/rss.xml b/layouts/rss.xml index 21b222f..b073da5 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -34,6 +34,8 @@ {{ printf "" .Permalink .MediaType | safeHTML }} {{- end -}} {{ range $pages }} + {{ if or (eq .Title "Links") (eq .Title "Videos") }} + {{else}} {{ .Title }} {{ .Permalink }} @@ -52,6 +54,7 @@ ]]> - {{ end }} + {{ end }} + {{ end }} \ No newline at end of file