mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-13 21:53:45 +01:00
No likes on main RSS feed
This commit is contained in:
parent
2af4f0e0c7
commit
a0b060286b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{- $pages := slice -}}
|
{{- $pages := slice -}}
|
||||||
{{- if .IsHome -}}
|
{{- if .IsHome -}}
|
||||||
{{- $pages = where .Site.RegularPages "Type" "not in" (slice "memex" "timeless" "site-infra" "reading-lists" "notes") -}}
|
{{- $pages = where .Site.RegularPages "Type" "not in" (slice "memex" "timeless" "site-infra" "reading-lists" "notes" "likes") -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- $pages = .Pages -}}
|
{{- $pages = .Pages -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue