Footer Date

This commit is contained in:
2025-06-07 20:53:38 -04:00
parent 916fcba0f8
commit e31c3793ca
5 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@
<a href="<%= process.env.HOST_URL %>/sitemap.xml" class="text-white text-decoration-none me-3">Sitemap</a>
<a href="<%= process.env.HOST_URL %>/rss" class="text-white text-decoration-none">RSS Feed</a>
</p>
<p class="mb-0">&copy; 2024 <%= process.env.OWNER_NAME %>. All rights reserved.</p>
<p class="mb-0">&copy; 2025 <%= process.env.OWNER_NAME %>. All rights reserved.</p>
</div>
</footer>