fix contact

This commit is contained in:
Raven Scott 2024-09-26 16:58:47 -04:00
parent 4115f64f84
commit 0a09e7bbef

View File

@ -5,7 +5,7 @@
<!-- Meta and Title -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Contact <%= process.env.OWNER_NAME % using a contact form">
<meta name="description" content="Contact <%= process.env.OWNER_NAME %> using a contact form">
<title>Contact Me - <%= process.env.OWNER_NAME %></title>
<!-- Bootstrap CSS -->
@ -92,7 +92,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; 2024 <%= process.env.OWNER_NAME %> . All rights reserved.</p>
</div>
</footer>