Made title visible in tag template
Made the title visible at all times as it presented as a inconsistency in the template.
This commit is contained in:
parent
2530642253
commit
97646bc406
3
tag.hbs
3
tag.hbs
|
@ -10,10 +10,9 @@
|
|||
<a class="blog-logo" href="{{@blog.url}}">
|
||||
{{#if @blog.logo}}
|
||||
<img src="{{@blog.logo}}" alt="Blog Logo" />
|
||||
{{else}}
|
||||
<h1 class="blog-title">{{@blog.title}}</h1>
|
||||
{{/if}}
|
||||
</a>
|
||||
<h1 class="blog-title">{{@blog.title}}</h1>
|
||||
<h2 class="blog-description">{{@blog.description}}</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue