From bfaccc32571df8a02f69518d8864244efba3b5b5 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 28 Jul 2021 10:58:58 -0400 Subject: php site, templating and partials, faster index generation --- posts/2021-01-15-adam-s-2020-reading-list.php | 137 ++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 posts/2021-01-15-adam-s-2020-reading-list.php (limited to 'posts/2021-01-15-adam-s-2020-reading-list.php') diff --git a/posts/2021-01-15-adam-s-2020-reading-list.php b/posts/2021-01-15-adam-s-2020-reading-list.php new file mode 100644 index 0000000..facfb32 --- /dev/null +++ b/posts/2021-01-15-adam-s-2020-reading-list.php @@ -0,0 +1,137 @@ +2020 Quarantine Reading List"; +if (isset($early) && $early) { + return; +} +include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); +?> + + -- cgit v1.2.3