fix: add github card script

This commit is contained in:
radishzzz 2025-05-02 18:08:46 +01:00
parent 2ddae5631e
commit a4d56865e4

View file

@ -49,7 +49,7 @@ const MarginBottom = isPost && themeConfig.comment?.enabled
</main>
<Footer />
</div>
<!-- {(isPost || isAbout) && <GithubCard />} -->
{(isPost || isAbout) && <GithubCard />}
<Scrollbar />
<Button supportedLangs={supportedLangs} />
<PhotoSwipe />