Files
EurKEY-macOS/eurkey-macos.eu/themes/blank/layouts/partials/sidebar.html
2026-03-03 17:06:48 +01:00

15 lines
271 B
HTML

<aside>
<div>
<div>
<h3>LATEST POSTS</h3>
</div>
<div>
<ul>
{{ range first 5 (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</div>
</div>
</aside>