diff --git a/templates/index.html b/templates/index.html index 575141f..98cc148 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,4 +2,12 @@ {% block content %} {{ section.content | safe }} +
+recent posts +{% set section = get_section(path="blog/_index.md") %} + {% endblock content %}