From f62a39fc1989ab8d18144b510b843192b02aead8 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Mon, 6 Apr 2026 07:54:09 +0300 Subject: [PATCH] add prominent h1 title to homepage matching article style Co-Authored-By: Claude Opus 4.6 (1M context) --- layouts/_default/home.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 002e699..6cdd96f 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -1,5 +1,8 @@ {{ define "main" }}
+

+ {{ .Title }} +

{{ .Content }}