feat: add about page, style single page

This commit is contained in:
cellarspoon
2022-01-17 11:28:22 +01:00
parent f5ee96236b
commit 88a9bea8d2
5 changed files with 23 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<main>
<section class='entries'>
<div class="h-feed">
{{ range (.Paginator 13).Pages }}
{{ range where (.Paginator 13).Pages "Params.hidden" "ne" "true" }}
{{ if in .Params.categories "tv"}}