Skip to content

Commit

Permalink
Fix stray end tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 27, 2024
1 parent 043d8bb commit f21b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>{{ page.title }}</h1>
</section>

<section>
<h2><a href="{{ '/feed' | relative_url }}" class="hidden-link"></a>Latest Posts</a></h2>
<h2><a href="{{ '/feed' | relative_url }}" class="hidden-link">Latest Posts</a></h2>
<div class="post-card-container">
{% for post in site.posts limit: 4 %}
{% include post-card.html post=post %}
Expand Down

0 comments on commit f21b2c4

Please sign in to comment.