Skip to content

Commit

Permalink
update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
debiru committed Jan 27, 2025
1 parent 207c8f1 commit eb4f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app.init(Astro);
<footer id="page-footer">
<div class="content-inner">
<div class="footerArea">
<p class="copyright">Copyright 2025 <img src={ img('global/logo-site.png') } alt="debiru.net" width="114" height="32"> { args.domain }</p>
<p class="copyright">Copyright 2025 <img src={ img('global/logo-site.png') } alt="debiru.net" width="114" height="32"> Powered by Astro</p>
</div>
</div>
</footer>
Expand Down

0 comments on commit eb4f768

Please sign in to comment.