Skip to content

Commit 26dc0a6

Browse files
committed
feat(footer): use dynamic year variable
1 parent fb3f203 commit 26dc0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3>Contact Us</h3>
2828
</div>
2929
</div>
3030
<div class="footer-bottom">
31-
<small>&copy; 2025 Black Python Devs</small>
31+
<small>&copy; {{ year }} Black Python Devs</small>
3232
</div>
3333
</div>
3434
</footer>

0 commit comments

Comments
 (0)