aboutsummaryrefslogtreecommitdiff
path: root/themes/templates/tag.html
blob: a9566c73383b28eb19ef405d212221b358e1da16 (plain)
1
2
3
4
5
6
7
8
9
<h1 class="post-lists-title">Alle Posts mit Tag: <span>$title$</span></h1>

<section class="post-list">
    $for(posts)$
        $partial("_includes/components/post.html")$
    $endfor$
</section>

$partial("_includes/components/pagination.html")$