mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-11-14 07:24:51 +00:00
6 lines
165 B
HTML
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>
|