Exclude guest art from the feed

This commit is contained in:
Joshua Goins 2024-10-12 16:04:08 -04:00
parent fdc91de96f
commit 1150bee723

View file

@ -48,7 +48,7 @@
{{- end -}}
{{ range $pages }}
{{ $isguest := (in .File.Dir "art/guest") }}
{{ $isguest := (.Param "guest") }}
{{ $exclude := (.Param "excludefeed") }}
{{ if and (not $isguest) (not $exclude) }}