Skip to content

Commit

Permalink
#85 fixed main tag closing
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Mar 26, 2023
1 parent 073f9af commit 5db02c1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% include "./post_body.html" with render_detail=False page=post %}
<hr class="my-4">
{% endfor %}
<main>
</main>

<footer>
<p>{% include "./pagination.html" %}</p>
</footer>
<footer>
<p>{% include "./pagination.html" %}</p>
</footer>

0 comments on commit 5db02c1

Please sign in to comment.