1
0
mirror of https://github.com/falsycat/ar.falsy.cat.git synced 2025-06-02 09:32:13 +00:00
2023-02-24 12:30:40 +09:00

6 lines
165 B
HTML

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