From de9bbfdb8f0d3b366e76a5cc775690f7315c740f Mon Sep 17 00:00:00 2001
From: 53hornet <atc@53hor.net>
Date: Fri, 10 Dec 2021 23:17:42 -0500
Subject: feat: custom routing, no required php in posts

---
 contact/index.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'contact')

diff --git a/contact/index.php b/contact/index.php
index 4e15b3d..5d1cc76 100644
--- a/contact/index.php
+++ b/contact/index.php
@@ -1,7 +1,7 @@
 <?php
-$title = "Contact Me";
 include('../includes/head.php');
 ?>
+<h1>Contact Me</h1>
 
 <h2>
 	<a href="mailto:atc@53hor.net">atc@53hor.net</a>
@@ -30,3 +30,6 @@ You may read more in the <a href="https://www.gnupg.org/gph/en/manual/x56.html">
 <p>
 	If you want to hire me or have a business inquiry, here is a Google Voice number. Please understand that all calls and text messages are screened for spam by Google before I pick up.
 </p>
+<?php
+include('../includes/foot.php');
+?>
-- 
cgit v1.2.3