Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 078223a

Browse files
committed
Update footer year
1 parent cde0044 commit 078223a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/home_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
<br>
2727
<hr id="footer-hr"/>
2828

29-
<footer>&copy; 2024 das_ | <a href="/about">About</a> | <a href="https://github.com/dlsf/dasBlog">Source Code</a></footer>
29+
<footer>&copy; 2025 das_ | <a href="/about">About</a> | <a href="https://github.com/dlsf/dasBlog">Source Code</a></footer>
3030
</body>
3131
</html>

src/main/resources/post_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ <h1 id="title">%TITLE%</h1>
3939
<br>
4040
<hr id="footer-hr" />
4141

42-
<footer>&copy; 2024 das_ | <a href="/about">About</a> | <a href="https://github.com/dlsf/dasBlog">Source Code</a></footer>
42+
<footer>&copy; 2025 das_ | <a href="/about">About</a> | <a href="https://github.com/dlsf/dasBlog">Source Code</a></footer>
4343
</body>
4444
</html>

0 commit comments

Comments
 (0)