Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="footer-inner">
<div class="footer-inner" style="text-align: center">
<a href="brand.html">Brand guidelines</a>
<div class="footer-copyright">
© 2026 SillyLittleTech.<br />
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ <h1 class="name">Silly Little Tech</h1>
/>
</svg>
</a>
<a href="/donate.html" class="icon-button" aria-label="Donate">
<a
href="donate.html"
class="github-button icon-button"
aria-label="Donate"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
Expand All @@ -118,7 +122,7 @@ <h1 class="name">Silly Little Tech</h1>

<footer class="site-footer" id="siteFooter">
<!-- Footer content is loaded dynamically from includes/footer.html -->
<div class="footer-inner">
<div class="footer-inner" style="text-align: center">
<a href="brand.html">Brand guidelines</a>
<div class="footer-copyright">
&copy; 2026 SillyLittleTech.<br />
Expand Down