-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtag.hbs
More file actions
17 lines (14 loc) · 663 Bytes
/
tag.hbs
File metadata and controls
17 lines (14 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{!< default}}
{{!-- The tag above means: insert everything in this file
into the {body} of the default.hbs template --}}
{{#tag}}
<header class="py-vw6 text-center max-w-2xl mx-auto px-4">
<div class="text-gray-500 text-sm uppercase tracking-wider mb-3">{{plural ../pagination.total empty=(t "posts") singular=(t "% post") plural=(t "% posts")}} {{t "in"}}</div>
<h1 class="text-title text-4xl leading-none md:text-5xl">{{name}}</h1>
{{#if description}}<p class="font-serif text-xl text-gray-500 italic mt-6">{{description}}</p>{{/if}}
</header>
{{/tag}}
{{!-- All Story - partials/loop.hbs --}}
{{> "loop"}}
{{!-- Pagination --}}
{{"pagination"}}