Skip to content

Commit

Permalink
test #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ungiglio authored Jan 24, 2025
1 parent 927fd79 commit a0092e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ <h3>Q: Do I need to download anything to install Lande della Discordia theme?</h
<footer>
<p>&copy; 2024 ungiglio. All rights reserved.</p>
</footer>
</body>
<script>

<script>
function updateCopyrightYear(selector = 'footer p') {
const yearElement = document.querySelector(selector);
if (yearElement) {
Expand All @@ -205,4 +205,6 @@ <h3>Q: Do I need to download anything to install Lande della Discordia theme?</h
}
}
</script>
</body>

</html>

0 comments on commit a0092e8

Please sign in to comment.