Initial commit, copied from ArmaVirumque blog

This commit is contained in:
nemunaire 2021-07-10 10:49:19 +02:00
commit 58f27121a9
11 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,2 @@
{{ $paginator := .Paginate (where .Site.Pages "IsPage" true) }}
{{ partial "posts.html" . }}