mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Merge pull request #94 from nblackburn/master
Made title visible in tag template
This commit is contained in:
commit
213db8aa97
3
tag.hbs
3
tag.hbs
@ -10,10 +10,9 @@
|
|||||||
<a class="blog-logo" href="{{@blog.url}}">
|
<a class="blog-logo" href="{{@blog.url}}">
|
||||||
{{#if @blog.logo}}
|
{{#if @blog.logo}}
|
||||||
<img src="{{@blog.logo}}" alt="Blog Logo" />
|
<img src="{{@blog.logo}}" alt="Blog Logo" />
|
||||||
{{else}}
|
|
||||||
<h1 class="blog-title">{{@blog.title}}</h1>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</a>
|
</a>
|
||||||
|
<h1 class="blog-title">{{@blog.title}}</h1>
|
||||||
<h2 class="blog-description">{{@blog.description}}</h2>
|
<h2 class="blog-description">{{@blog.description}}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user