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 b98307c commit 42373de
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 @@ -81,8 +81,8 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
</article>
</main>
<Footer />
<p>本文章遵循<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hans">CC-BY-SA 4.0</a></p>
<footer>
<p>本文章遵循<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 42373de

Please sign in to comment.