Αυτό το commit περιλαμβάνεται σε:
infl00p 2024-04-12 15:49:41 +03:00
γονέας cf80c49625
commit 0e35ed0023
4 αρχεία άλλαξαν με 37 προσθήκες και 26 διαγραφές

@ -1,12 +1,8 @@
{{- $pctx := . -}}
{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
{{- $pages := slice -}}
{{- if or $.IsHome $.IsSection -}}
{{- $pages = $pctx.RegularPages -}}
{{- else -}}
{{- $pages = $pctx.Pages -}}
{{- end -}}
{{- $limit := .Site.Config.Services.RSS.Limit -}}
{{- $limit := 10 -}}
{{- if ge $limit 1 -}}
{{- $pages = $pages | first $limit -}}
{{- end -}}