Handling tags

This commit is contained in:
nemunaire 2021-07-13 11:27:37 +02:00
commit b9020351c1
8 changed files with 84 additions and 16 deletions

View file

@ -0,0 +1,2 @@
{{ $paginator := .Paginate (where .Data.Pages "Section" "post") }}
{{ partial "posts.html" . }}