From 9b6819f25fc860ea1c2dc84b61b7576b73aaa78c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 10 Dec 2024 19:19:41 +0100 Subject: feat(custom): better style and navbar --- templates/page/custom_page.gohtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/page/custom_page.gohtml b/templates/page/custom_page.gohtml index 15bd0e9..4cb8078 100644 --- a/templates/page/custom_page.gohtml +++ b/templates/page/custom_page.gohtml @@ -1,6 +1,11 @@ {{define "body"}}
-

{{ .Title }}

+
+

{{ .Title }}

+ +
{{ range $content := .Content }} {{ .Get }} {{ end }} -- cgit v1.2.3