Skip to content

Commit

Permalink
Update post.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmaziyo authored Dec 5, 2024
1 parent 2fdd30b commit 65342aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/post.astro
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if (postIndex < allPosts.length) {
<div class='md:mt-0 mt-4 flex-1 text-right'>
{nextUrl ? <a href={nextUrl}>下一篇 |</a> : null}
{prevUrl ? <a href={prevUrl}>上一篇 |</a> : null}
<a href='https://dmaziyo.github.io/moyuzara'>去首页 |</a>
<a href='/Myzara'>去首页 |</a>
<a href={`https://twitter.com/${SITE.twitterId}`} target='_blank' title='Follow'>Twitter</a>
<a
href={`https://github.com/${SITE.githubId}/weekly`}
Expand Down

0 comments on commit 65342aa

Please sign in to comment.