No likes on main RSS feed

This commit is contained in:
JP Hastings-Spital 2024-05-13 08:15:54 +01:00
parent 2af4f0e0c7
commit a0b060286b

View file

@ -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 -}}