Skip to content

Commit

Permalink
add h1 for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
lee0c committed Sep 5, 2024
1 parent 3b6ad93 commit 58eabfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
title: Home
---

<h1>home</h1>

{% for post in paginator.posts %}
{% include featured-post.html %}
{% endfor %}
Expand Down

0 comments on commit 58eabfc

Please sign in to comment.