diff --git a/templates/index.html b/templates/index.html index c256697e8..1e6fc1071 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@
- {% set page = get_page(path="home.md") %} + {% set page = get_page(path="home/index.md") %} {{page.content | safe}}
{% endblock content %} \ No newline at end of file