🎨 Upgrade Hugo min version is 134 & add read more feature

This commit is contained in:
elkan1788
2024-12-08 17:01:27 +08:00
parent c4649b8284
commit f7f5311e6f
8 changed files with 22 additions and 18 deletions

View File

@@ -80,4 +80,9 @@
svg {
max-width: 98%;
}
// For read more post content anchor
#more {
visibility: hidden;
}
}