H1 to h2 (#199)
This commit is contained in:
parent
472bc7ab80
commit
f097a490c9
|
@ -59,9 +59,9 @@ into the {body} of the default.hbs template --}}
|
|||
<span>{{t "Featured"}}</span>
|
||||
</div>
|
||||
<a href="{{url}}" class="m-featured-article__content">
|
||||
<h1 class="m-featured-article__title js-featured-article-title" title="{{title}}">
|
||||
<h2 class="m-featured-article__title js-featured-article-title" title="{{title}}">
|
||||
{{title}}
|
||||
</h1>
|
||||
</h2>
|
||||
<div class="m-featured-article__timestamp">
|
||||
<span>{{date published_at timeago="true"}}</span>
|
||||
<span>•</span>
|
||||
|
|
Loading…
Reference in a new issue