mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 14:55:41 +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 -}}
|
||||
{{- 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 -}}
|
||||
{{- $pages = .Pages -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue