From 4746585d676b9060379e9d6664730c45e09bec1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Tue, 29 Oct 2024 15:14:49 +0800 Subject: [PATCH] add+ --- src/components/Memos.astro | 16 ++++++++++++++++ src/pages/memos.astro | 20 ++------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 src/components/Memos.astro diff --git a/src/components/Memos.astro b/src/components/Memos.astro new file mode 100644 index 0000000..87bbb69 --- /dev/null +++ b/src/components/Memos.astro @@ -0,0 +1,16 @@ +
+ + + + + + + \ No newline at end of file diff --git a/src/pages/memos.astro b/src/pages/memos.astro index 56c442e..b04a6a4 100644 --- a/src/pages/memos.astro +++ b/src/pages/memos.astro @@ -6,7 +6,7 @@ import { getEntry } from 'astro:content' import { i18n } from '../i18n/translation' import I18nKey from '../i18n/i18nKey' import Markdown from '@components/misc/Markdown.astro' - +import Twikoo from '../../components/Memos.astro' const aboutPost = await getEntry('spec', 'about') const { Content } = await aboutPost.render() @@ -15,23 +15,7 @@ const { Content } = await aboutPost.render()
-
- - - - - - - - +