summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-05-10 18:24:10 +0800
committerverdant <i@glowisle.me>2026-05-10 18:24:10 +0800
commitb2bc647b26af4312819bdf9146069591199b8c9d (patch)
treedb1095c483ae71ac3cd8c3deeb0886103f86cf48
parent0417f270e1627272b98f074efd5341bac461082d (diff)
downloadblog-b2bc647b26af4312819bdf9146069591199b8c9d.tar.gz
blog-b2bc647b26af4312819bdf9146069591199b8c9d.zip
html: tweak some html layouts
-rw-r--r--layouts/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 2c47df5..37f8d0e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,3 +1,4 @@
{{ define "main" }}
<header>{{- partial "header.html" . -}}</header>
-{{ .Content }} {{ end }}
+{{ .Content }}
+{{ end }}