diff options
Diffstat (limited to 'posts/2021-04-20-how-to-make-your-website-boring-and-why.php')
-rw-r--r-- | posts/2021-04-20-how-to-make-your-website-boring-and-why.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/posts/2021-04-20-how-to-make-your-website-boring-and-why.php b/posts/2021-04-20-how-to-make-your-website-boring-and-why.php index 6f8136d..8aa67af 100644 --- a/posts/2021-04-20-how-to-make-your-website-boring-and-why.php +++ b/posts/2021-04-20-how-to-make-your-website-boring-and-why.php @@ -1,10 +1,5 @@ -<?php -$title = "How to Make Your Website Boring and Why!"; -if (isset($early) && $early) { - return; -} -include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); -?> +<h1>How to Make Your Website Boring and Why!</h1> + <p class="description"> I took the time last year to make my website more boring. Here's how you |