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()