Footer 版本号信息

This commit is contained in:
tangly1024
2022-03-31 11:41:31 +08:00
parent 418dc38de6
commit 0ff13b7158
5 changed files with 24 additions and 35 deletions

View File

@@ -82,29 +82,11 @@ const LayoutBase = props => {
<i className="mx-1 animate-pulse fas fa-heart" />{' '}
<a
href={BLOG.LINK}
className="underline font-bold dark:text-gray-300 "
className="underline dark:text-gray-300 "
>
{BLOG.AUTHOR}
</a>
.
<br />
<span>
Powered by{' '}
<a
href="https://notion.so"
className="underline font-bold dark:text-gray-300"
>
Notion
</a>{' '}
&{' '}
<a
href="https://github.com/tangly1024/NotionNext"
className="underline font-bold dark:text-gray-300"
>
NotionNext {BLOG.VERSION}
</a>
.
</span>
</span>
{BLOG.BEI_AN && (
<>
@@ -127,6 +109,16 @@ const LayoutBase = props => {
</span>
<br />
<h1>{meta?.title || siteInfo.title}</h1>
<span className='text-xs font-serif'>
Powered by{' '}
<a
href="https://github.com/tangly1024/NotionNext"
className="underline dark:text-gray-300"
>
NotionNext {BLOG.VERSION}
</a>
.
</span>
</footer>
</div>
)