Exclude guest art from the feed
This commit is contained in:
parent
fdc91de96f
commit
1150bee723
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{ range $pages }}
|
{{ range $pages }}
|
||||||
{{ $isguest := (in .File.Dir "art/guest") }}
|
{{ $isguest := (.Param "guest") }}
|
||||||
{{ $exclude := (.Param "excludefeed") }}
|
{{ $exclude := (.Param "excludefeed") }}
|
||||||
|
|
||||||
{{ if and (not $isguest) (not $exclude) }}
|
{{ if and (not $isguest) (not $exclude) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue