diff options
Diffstat (limited to 'posts/2019-08-11-marrying-my-best-friend.php')
-rw-r--r-- | posts/2019-08-11-marrying-my-best-friend.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/posts/2019-08-11-marrying-my-best-friend.php b/posts/2019-08-11-marrying-my-best-friend.php new file mode 100644 index 0000000..83bde5b --- /dev/null +++ b/posts/2019-08-11-marrying-my-best-friend.php @@ -0,0 +1,17 @@ +<?php +$title = "I Married My Best Friend!"; +if (isset($early) && $early) { + return; +} +include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); +?> +<h1>I Married My Best Friend!</h1> +<p> + It was an inexplicable mixture of joy and butterflies getting to marry + my best friend. It was truly like a dream come true, so much so that it + drove me to tears multiple times. Now that we're on our honeymoon, it + feels simultaneously like everything and nothing has changed but I think + that's a good thing. +</p> + +<p>More to come!</p> |