diff --git a/layouts/shortcodes/homepage/posts.html b/layouts/shortcodes/homepage/posts.html deleted file mode 100644 index 515f3a4..0000000 --- a/layouts/shortcodes/homepage/posts.html +++ /dev/null @@ -1,10 +0,0 @@ -{{- $pages := where $.Site.RegularPages "Type" "in" $.Site.Params.mainSections }} - -{{- $limit := cond (ge $.Site.Config.Services.RSS.Limit 0) $.Site.Config.Services.RSS.Limit 3 }} -{{- range (first $limit $pages) }} -
-

{{ .Title }}

- {{ partial "partials/components/post-meta.html" . }} -
-{{- end }} -