From 44fa55ddde8b67ce9230598818989d22532d7a81 Mon Sep 17 00:00:00 2001 From: gobai <38973236+go-bai@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:25:20 +0800 Subject: [PATCH] fix: change article title from h2 to h1 in single.html (#694) Signed-off-by: go-bai <599500688@qq.com> --- layouts/posts/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 7c1c92f..cebdd11 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,8 +1,8 @@ {{ define "main" }}
-

+

{{ partial "docs/title.html" . }} -

+ {{ partial "docs/post-meta" . }}
{{- .Content -}}