From 7f9323246c5006dfd909ba869a502572312f92c3 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Mon, 23 Jun 2025 19:34:08 +0000 Subject: [PATCH] fix: change class --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 4b543b6..e604e00 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,10 @@ {{ define "main" }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with .Content }} -
+
{{ . }}
{{ end }}