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 --- includes/head.php | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 includes/head.php (limited to 'includes/head.php') diff --git a/includes/head.php b/includes/head.php new file mode 100644 index 0000000..c0a614b --- /dev/null +++ b/includes/head.php @@ -0,0 +1,184 @@ + + + + + + + + + + + + 53hornet ➙ %s', $title); + } else { + echo '53hornet'; + } + ?> + + + + + +
+ %s', $title); + } + ?> -- cgit v1.2.3