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

---
 posts/2020-12-01-the-guides.php | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

(limited to 'posts/2020-12-01-the-guides.php')

diff --git a/posts/2020-12-01-the-guides.php b/posts/2020-12-01-the-guides.php
index a3629be..fb9e5a3 100644
--- a/posts/2020-12-01-the-guides.php
+++ b/posts/2020-12-01-the-guides.php
@@ -1,10 +1,5 @@
-<?php
-$title = "𝔗𝔥𝔢 𝔊𝔲𝔦𝔡𝔢𝔰";
-if (isset($early) && $early) {
-	return;
-}
-include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');
-?>
+<h1>𝔗𝔥𝔢 𝔊𝔲𝔦𝔡𝔢𝔰</h1>
+
 
 <p class="description">
 	This is partly satirical and purposefully strange to be humorous. These
-- 
cgit v1.2.3