aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/home.html
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-05-19 09:35:38 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-05-19 09:35:38 -0400
commit682a580345248c82abc0a7d65cd5efe7f2f6c67e (patch)
treec22111e01aa8dc214a34a25feb1361b7d3e34fd3 /themes/polaris/layouts/_default/home.html
parent4a1bb9e18b7e5d8b63ed606babe3f45110320935 (diff)
change post list style on home
Diffstat (limited to 'themes/polaris/layouts/_default/home.html')
-rw-r--r--themes/polaris/layouts/_default/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/home.html b/themes/polaris/layouts/_default/home.html
index 6e46985..3aae006 100644
--- a/themes/polaris/layouts/_default/home.html
+++ b/themes/polaris/layouts/_default/home.html
@@ -1,4 +1,5 @@
{{ define "main" }}
{{ .Content }}
+ <h2>Posts</h2>
{{ partial "posts.html" }}
{{ end }}