diff options
author | 53hornet <atc@53hor.net> | 2021-12-10 23:17:42 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-10 23:17:42 -0500 |
commit | de9bbfdb8f0d3b366e76a5cc775690f7315c740f (patch) | |
tree | ce5dd65c507ce5db6382665d824ef163e47e8d0f /posts/2019-07-28-i-finally-found-a-drink-i-like.php | |
parent | e68127a6ff2428657b8dab0b90cd16bf1dd99dad (diff) | |
download | 53hor-de9bbfdb8f0d3b366e76a5cc775690f7315c740f.tar.xz 53hor-de9bbfdb8f0d3b366e76a5cc775690f7315c740f.zip |
feat: custom routing, no required php in posts
Diffstat (limited to 'posts/2019-07-28-i-finally-found-a-drink-i-like.php')
-rw-r--r-- | posts/2019-07-28-i-finally-found-a-drink-i-like.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/posts/2019-07-28-i-finally-found-a-drink-i-like.php b/posts/2019-07-28-i-finally-found-a-drink-i-like.php index a73de9e..9e6d5a0 100644 --- a/posts/2019-07-28-i-finally-found-a-drink-i-like.php +++ b/posts/2019-07-28-i-finally-found-a-drink-i-like.php @@ -1,10 +1,5 @@ -<?php -$title = "Finally Found a Drink I Like"; -if (isset($early) && $early) { - return; -} -include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); -?> +<h1>Finally Found a Drink I Like</h1> + <p> Anyone who knows me even slightly well probably knows that I don't drink. And it's not out of moral obligation or anything like that. I |