Skip to content

Commit

Permalink
Update FooterPost.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangYiming0608 authored Jun 15, 2024
1 parent 83035a0 commit 977d908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FooterPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const today = new Date();

<footer>
&copy; {today.getFullYear()} Huang Yiming. All rights reserved.
<p>本文章遵循<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hans">CC-BY-SA 4.0</a></p>
<p>本文章遵循<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a></p>
<div class="social-links">
<a href="https://github.com/huangyiming0608" target="_blank">
<span class="sr-only">Go to my GitHub repo</span>
Expand Down

0 comments on commit 977d908

Please sign in to comment.