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