Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tag.hbs - github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c58d8a2c6d2dc4191fb3db42cb1184ab13cf054e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{!< default}}

<div class="container">
    <h1 class="page-title">Posts tagged: {{tag.name}}</h1>

    <ol class="post-list">
        {{> loop}}
    </ol>

    <div class="post-navigation">
        {{pagination}}
    </div>
</div>