Skip to content

Commit

Permalink
H1 to h2 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
raduvultur authored Jun 1, 2020
1 parent 472bc7a commit f097a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>&bull;</span>
Expand Down

0 comments on commit f097a49

Please sign in to comment.