ar.falsy.cat/layouts/partials/related.html

6 lines
165 B
HTML
Raw Normal View History

2023-02-24 03:03:46 +00:00
<div class="content-list">
<h2>{{ i18n "related_notes" }}</h2>
{{$notes := .Site.RegularPages.Related .}}
{{partial "page-list.html" (first 3 $notes)}}
</div>