Skip to content

Commit

Permalink
Merge pull request #3 from angelside/patch-4
Browse files Browse the repository at this point in the history
Extra </h2> removed
  • Loading branch information
oscarotero committed Sep 20, 2022
2 parents 99982ac + dd3e34e commit 3f4a8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/templates/post-list.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<li class="post">
<h2 class="post-title">
<a href="{{ post.data.url }}" {% if post.data.url == url %} aria-current="page"{% endif %}>
{{ post.data.title or post.data.url }}</h2>
{{ post.data.title or post.data.url }}
</a>
</h2>

Expand Down

0 comments on commit 3f4a8b8

Please sign in to comment.