Remove unused shortcodes

This commit is contained in:
Gabriel Arazas 2023-04-09 13:41:33 +08:00
parent 4a9f1294f7
commit ec887365cb
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -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) }}
<article class="post">
<h1><a href="{{ .Permalink }}" aria-label="{{ .Title }}">{{ .Title }}</a></h1>
{{ partial "partials/components/post-meta.html" . }}
</article>
{{- end }}