From 3495b54c3f2476bcf524683d4f7f77195b01c6b7 Mon Sep 17 00:00:00 2001 From: yvling Date: Wed, 1 Jan 2025 16:51:22 +0800 Subject: [PATCH] fix: Fixed the menu option truncation issue on article pages --- templates/default/html/post.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/templates/default/html/post.html b/templates/default/html/post.html index 7b163a7..c3ee3e9 100644 --- a/templates/default/html/post.html +++ b/templates/default/html/post.html @@ -29,8 +29,10 @@
{{ range $i, $v := .menu.Items }} - - {{ $v.Name }} + + + {{ $v.Name }} + {{ end }}
@@ -117,15 +119,19 @@
- - + +
- - + +