Skip to content

Commit

Permalink
fix: copyright at footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Nov 5, 2024
1 parent ecd3b98 commit f9d3841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry/layouts/default/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const today = new Date();
---

<footer style={style}>
&copy; {today.getFullYear()} Your name here. All rights reserved.
&copy; {today.getFullYear()} <a href="https://openbuild.xyz/" rel="external">OpenBuild</a>. All rights reserved.
</footer>
<style>
footer {
Expand Down

0 comments on commit f9d3841

Please sign in to comment.