mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
fix: add github card script
This commit is contained in:
parent
2ddae5631e
commit
a4d56865e4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const MarginBottom = isPost && themeConfig.comment?.enabled
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
<!-- {(isPost || isAbout) && <GithubCard />} -->
|
{(isPost || isAbout) && <GithubCard />}
|
||||||
<Scrollbar />
|
<Scrollbar />
|
||||||
<Button supportedLangs={supportedLangs} />
|
<Button supportedLangs={supportedLangs} />
|
||||||
<PhotoSwipe />
|
<PhotoSwipe />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue