Fix identation
This commit is contained in:
parent
d08b96a074
commit
02024b7fa6
10
tag.hbs
10
tag.hbs
|
@ -15,11 +15,11 @@ into the {body} of the default.hbs template --}}
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
<div class="m-hero__content" data-aos="fade-down">
|
<div class="m-hero__content" data-aos="fade-down">
|
||||||
<h1 class="m-hero-title bigger">{{name}}</h1>
|
<h1 class="m-hero-title bigger">{{name}}</h1>
|
||||||
{{#if description}}
|
{{#if description}}
|
||||||
<p class="m-hero-description">
|
<p class="m-hero-description">
|
||||||
{{description}}
|
{{description}}
|
||||||
</p>
|
</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="m-hero__meta">
|
<div class="m-hero__meta">
|
||||||
<ul class="m-hero-stats">
|
<ul class="m-hero-stats">
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue