Skip to content

Commit

Permalink
site: Update copyright in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrummler committed Mar 28, 2024
1 parent 6710bac commit de1b69a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 1 addition & 7 deletions docs/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ console.log(`
| ) _ \\ \\
/ / \`\` w w
w w
`);

document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll('.good-code').forEach(e => {
console.log(e);
});
});
`);
12 changes: 6 additions & 6 deletions docs/overrides/partials/copyright.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="md-copyright">
<div class="md-copyright__highlight">
<a href="https://github.com/goatbytes/GoatStyles" target="_blank">GoatStyles</a> © 2024 by
<a href="https://goatbytes.io" target="_blank">GoatBytes.IO</a> is licensed under <a
href="https://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow" target="_blank">CC
BY-SA 4.0</a>
</div>
<div class="md-copyright__highlight">
© 2024. <a href="https://github.com/goatbytes/GoatStyles" target="_blank">GoatStyles</a>by
<a href="https://goatbytes.io" target="_blank">GoatBytes.IO</a>is licensed under <a
href="https://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow" target="_blank">CC
BY-SA 4.0</a>
</div>
</div>

0 comments on commit de1b69a

Please sign in to comment.