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/sections.html | 4 ++++
layouts/_partials/home.html | 2 ++
layouts/_partials/home/extensions.html | 4 ++--
3 files changed, 8 insertions(+), 2 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
diff --git a/layouts/_partials/home/extensions.html b/layouts/_partials/home/extensions.html
index ba42ccb..84617f0 100644
--- a/layouts/_partials/home/extensions.html
+++ b/layouts/_partials/home/extensions.html
@@ -1,4 +1,4 @@
{{/*
-You can add further theme extensions or customizations here if they should
-appear in after the "about" section.
+ You can add further theme extensions or customizations here if they should
+ appear in the "about" section.
*/}}
diff --git a/layouts/_partials/home/sections.html b/layouts/_partials/home/sections.html
new file mode 100644
index 0000000..d0b322f
--- /dev/null
+++ b/layouts/_partials/home/sections.html
@@ -0,0 +1,4 @@
+{{/*
+ You can add further sections here if they should
+ appear after the "about" section.
+*/}}
\ No newline at end of file
--
Gitblit v1.10.0