Footer Date

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

BIN
public/twit_linux.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

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>

View File

@ -88,7 +88,7 @@
<!-- Footer -->
<footer class=" text-white text-center py-4">
<div class="container">
<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>

View File

@ -111,7 +111,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>