Add Sitemap and RSS Feed to footer

This commit is contained in:
Raven Scott 2024-09-17 05:36:33 -04:00
parent 719fd33dc5
commit 838dc4c706
4 changed files with 13 additions and 4 deletions

View File

@ -136,12 +136,15 @@
<p class="footer-links mb-3"> <p class="footer-links mb-3">
<a href="/" class="text-white text-decoration-none me-3">Home</a> <a href="/" class="text-white text-decoration-none me-3">Home</a>
<a href="/about" class="text-white text-decoration-none me-3">About</a> <a href="/about" class="text-white text-decoration-none me-3">About</a>
<a href="/contact" class="text-white text-decoration-none">Contact</a> <a href="/contact" class="text-white text-decoration-none me-3">Contact</a>
<a href="https://raven-scott.fyi/sitemap.xml" class="text-white text-decoration-none me-3">Sitemap</a>
<a href="https://raven-scott.fyi/rss" class="text-white text-decoration-none">RSS Feed</a>
</p> </p>
<p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p> <p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p>
</div> </div>
</footer> </footer>
<!-- Bootstrap JS Bundle --> <!-- Bootstrap JS Bundle -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>

View File

@ -57,7 +57,9 @@
<p class="footer-links mb-3"> <p class="footer-links mb-3">
<a href="/" class="text-white text-decoration-none me-3">Home</a> <a href="/" class="text-white text-decoration-none me-3">Home</a>
<a href="/about" class="text-white text-decoration-none me-3">About</a> <a href="/about" class="text-white text-decoration-none me-3">About</a>
<a href="/contact" class="text-white text-decoration-none">Contact</a> <a href="/contact" class="text-white text-decoration-none me-3">Contact</a>
<a href="https://raven-scott.fyi/sitemap.xml" class="text-white text-decoration-none me-3">Sitemap</a>
<a href="https://raven-scott.fyi/rss" class="text-white text-decoration-none">RSS Feed</a>
</p> </p>
<p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p> <p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p>
</div> </div>

View File

@ -82,7 +82,9 @@
<p class="footer-links mb-3"> <p class="footer-links mb-3">
<a href="/" class="text-white text-decoration-none me-3">Home</a> <a href="/" class="text-white text-decoration-none me-3">Home</a>
<a href="/about" class="text-white text-decoration-none me-3">About</a> <a href="/about" class="text-white text-decoration-none me-3">About</a>
<a href="/contact" class="text-white text-decoration-none">Contact</a> <a href="/contact" class="text-white text-decoration-none me-3">Contact</a>
<a href="https://raven-scott.fyi/sitemap.xml" class="text-white text-decoration-none me-3">Sitemap</a>
<a href="https://raven-scott.fyi/rss" class="text-white text-decoration-none">RSS Feed</a>
</p> </p>
<p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p> <p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p>
</div> </div>

View File

@ -84,7 +84,9 @@
<p class="footer-links mb-3"> <p class="footer-links mb-3">
<a href="/" class="text-white text-decoration-none me-3">Home</a> <a href="/" class="text-white text-decoration-none me-3">Home</a>
<a href="/about" class="text-white text-decoration-none me-3">About</a> <a href="/about" class="text-white text-decoration-none me-3">About</a>
<a href="/contact" class="text-white text-decoration-none">Contact</a> <a href="/contact" class="text-white text-decoration-none me-3">Contact</a>
<a href="https://raven-scott.fyi/sitemap.xml" class="text-white text-decoration-none me-3">Sitemap</a>
<a href="https://raven-scott.fyi/rss" class="text-white text-decoration-none">RSS Feed</a>
</p> </p>
<p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p> <p class="mb-0">&copy; 2024 Raven Scott. All rights reserved.</p>
</div> </div>