Add text variant
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
21
tag.hbs
Normal file
21
tag.hbs
Normal file
@@ -0,0 +1,21 @@
|
||||
{{!< default}} <main id="gh-main" class="gh-main gh-canvas">
|
||||
{{#tag}}
|
||||
<section class="gh-pagehead">
|
||||
<header class="gh-pagehead-content">
|
||||
<div class="gh-tag-label">Tag</div>
|
||||
|
||||
<h1 class="gh-tag-name gh-pagehead-title">{{name}}</h1>
|
||||
|
||||
<div class="gh-tag-description gh-pagehead-description">
|
||||
{{#if description}}
|
||||
{{description}}
|
||||
{{else}}
|
||||
A collection of {{plural ../pagination.total empty="0 posts" singular="% post" plural="% posts"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</header>
|
||||
</section>
|
||||
{{/tag}}
|
||||
|
||||
{{> text/feed}}
|
||||
</main>
|
Reference in New Issue
Block a user