Added robots file
[ghost-theme-work.git] / tag.hbs
1 {{!-- The tag below means - insert everything in this file into the {body} of the default.hbs template --}}
2 {{!< default}}
3
4 {{#tag}}
5 <div class="tag-title">
6 <h1>{{name}}</h1>
7 </div>
8 {{/tag}}
9
10 {{!-- The main content area --}}
11 <main id="content" class="container loop" role="main">
12
13 {{> "loop"}}
14
15 </main>
16
17 {{pagination}}