mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Remove unused shortcodes
This commit is contained in:
parent
4a9f1294f7
commit
ec887365cb
@ -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 }}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user