Skip to content

Commit 757460b

Browse files
Update saved-blogs.html
1 parent bee7886 commit 757460b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pages/saved-blogs.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,16 @@ <h5>
9393

9494
<div class="footer-bottom">
9595
<div class="footer-container">
96-
<p class="footer-copyright">
97-
&copy; 2024 Recode-Hive. Made with 🖤️ by the community. All rights reserved.
98-
</p>
96+
<p class="footer-copyright">
97+
&copy; <span id="dynamic-year"></span> Recode-Hive. Made with 🖤️ by the community. All rights reserved.
98+
</p>
9999
</div>
100-
</div>
100+
</div>
101+
102+
<script>
103+
document.getElementById("dynamic-year").textContent = new Date().getFullYear();
104+
</script>
105+
101106
</footer>
102107
<script>
103108
document.addEventListener('DOMContentLoaded', () => {

0 commit comments

Comments
 (0)