From 2e5297636edf320c78e2dc295425b2a70766c2fe Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sun, 18 Aug 2024 15:51:03 -0400 Subject: added recent posts to index --- templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 %} -- cgit v1.2.3