diff --git a/src/content/posts/2026/08/Untitled.md b/src/content/posts/2026/08/Untitled.md new file mode 100644 index 0000000..e69de29 diff --git a/src/content/posts/2026/08/august.md b/src/content/posts/2026/08/august.md index f19984b..2f6a02a 100644 --- a/src/content/posts/2026/08/august.md +++ b/src/content/posts/2026/08/august.md @@ -1,14 +1,16 @@ --- title: 八月记 -pubDate: 2026-08-27T06:42:43.447Z +pubDate: 2026-08-30T21:00:00.000Z categories: - 生活 tags: - 总结 -draft: true +draft: false webmention: true +comments: true --- ## 序 -Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我的暑假比它还庸碌。 \ No newline at end of file +Cue 一下去年年初写的[《复盘我这庸碌的寒假》](https://www.luming.cool/posts/2025/02/winter-holiday-summary/),因为我今年的暑假更庸碌。 + diff --git a/src/styles/shortcodes.css b/src/styles/shortcodes.css index 896edf4..9d81ac4 100644 --- a/src/styles/shortcodes.css +++ b/src/styles/shortcodes.css @@ -274,6 +274,12 @@ color: var(--color-text); font: 600 1rem/1.35 var(--reading-font-family); } +.prose .shortcode-tools-title { + display: block; +} +.prose .shortcode-tools-title::before { + content: none; +} .shortcode-tool-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));