mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Fix memex rss feed
This commit is contained in:
parent
f246604794
commit
a9d5c5194b
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
{{- $pages := slice -}}
|
||||
{{- if .IsHome -}}
|
||||
{{- $pages = where .Site.RegularPages "Type" "not in" (slice "memex" "timeless" "site-infra" "reading-lists") -}}
|
||||
{{- else if $.IsSection -}}
|
||||
{{- $pages = .RegularPages -}}
|
||||
{{- else -}}
|
||||
{{- $pages = .Pages -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue