Skip to content

Commit

Permalink
Update BlogPost.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangYiming0608 authored Jun 15, 2024
1 parent 42373de commit ed3e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
</main>
<Footer />
<footer>
<p>本文章遵循<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hans">CC-BY-SA 4.0</a></p>
<p align="center">本文章遵循<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hans">CC-BY-SA 4.0</a></p>
</footer>
</body>
</html>

0 comments on commit ed3e0ed

Please sign in to comment.