From 3d3bbd75d7bb46a4670af89442cf0b961440bd4e Mon Sep 17 00:00:00 2001
From: John Feminella <jxf@jxf.me>
Date: Thu, 05 Mar 2026 12:32:45 +0000
Subject: [PATCH] Support adding content after "about" section (#994)

---
 layouts/_partials/home.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/layouts/_partials/home.html b/layouts/_partials/home.html
index 8f178c8..44ac21c 100644
--- a/layouts/_partials/home.html
+++ b/layouts/_partials/home.html
@@ -9,3 +9,5 @@
 
   {{ partialCached "home/extensions.html" . }}
 </section>
+
+{{ partialCached "home/sections.html" . }}
\ No newline at end of file

--
Gitblit v1.10.0