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 08d9935 commit b98307c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
<hr />
</div>
<slot />
<p>本文章遵循<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hans">CC-BY-SA 4.0</a></p>
</div>
</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>
</footer>
</body>
</html>

0 comments on commit b98307c

Please sign in to comment.