Skip to content

Commit

Permalink
Merge pull request #6 from kellenmurphy/copyyear
Browse files Browse the repository at this point in the history
Update foot.html
  • Loading branch information
kellenmurphy authored Mar 7, 2024
2 parents 06193b8 + 5a7c1d8 commit a064da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">

<ul class="nav col-md-7 license text-center">
<span><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" class="ccnotice" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a> &nbsp; &copy;2022 Kellen Murphy. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" class="ccnotice" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a> &nbsp; &copy;<script type="text/JavaScript">document.write(new Date().getFullYear());</script> Kellen Murphy. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</span>
</ul>

<ul class="nav col-md-3 text-center d-none d-md-flex">
Expand All @@ -13,4 +13,4 @@
</ul>

</footer>
</div>
</div>

0 comments on commit a064da6

Please sign in to comment.