only render subtitle when there is a url
parent
25e1df7d88
commit
812b85f96e
|
@ -1,4 +1,6 @@
|
|||
<h4 class="c-base__sub">
|
||||
{{{favicon 'default'}}}
|
||||
<a class="c-base__link tx--14" href="{{subtitle_url}}">{{subtitle_text}}</a>
|
||||
</h4>
|
||||
{{#if subtitle_url}}
|
||||
<h4 class="c-base__sub">
|
||||
{{{favicon 'default'}}}
|
||||
<a class="c-base__link tx--14" href="{{subtitle_url}}">{{subtitle_text}}</a>
|
||||
</h4>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue