Skip to content

Commit

Permalink
Add footer to the index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
MetroWind committed Oct 1, 2024
1 parent 3b56772 commit 9b32857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h1 class="PostTitle"><a href="{{ url_for("post", post.id) }}">{{ post.title }}<
{% endfor %}
</ul>
</main>
{% include "footer.html" %}
</div>
</body>
</html>

0 comments on commit 9b32857

Please sign in to comment.