abdullahtarawneh.com/layouts/shortcodes/index/latest-posts.html

8 lines
192 B
HTML
Raw Normal View History

2024-06-02 05:04:04 +00:00
{{ range first 5 (where .Site.RegularPages "Section" "blog") }}
<article class="h-entry">
<a href="{{ .Permalink }}">
<h3>{{ .Title }}</h3>
</a>
<p>{{ .Summary }}</p>
</article>
{{ end }}