Skip to content

Commit 76cb167

Browse files
committed
Fix format error.
1 parent e0dbe95 commit 76cb167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/post/2024/hugo评论组件自适应博客暗黑主题.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Hugo评论系统自适应博客主题: 支持dark与light theme"
33
date = 2024-12-04T13:25:00+08:00
4-
lastmod = 2024-12-04T14:27:41+08:00
4+
lastmod = 2024-12-04T14:33:02+08:00
55
tags = ["blog", "hugo"]
66
categories = ["blog", "hugo"]
77
draft = false
@@ -52,7 +52,7 @@ console.log(isDarkMode ? 'dark' : 'light');
5252
</body>
5353
```
5454

55-
dark theme 的时候 `class` 就变为了 `class`"dark"=:
55+
dark theme 的时候 `class` 就变为了 `class="dark"`:
5656

5757
```css
5858
<body id = "top" class="">

0 commit comments

Comments
 (0)