set correct path to home

This commit is contained in:
timurgordon
2024-03-06 16:08:29 -05:00
parent a0a68889cf
commit 7bf2798af6

View File

@@ -3,7 +3,7 @@
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="home.md") %}
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}