From de9bbfdb8f0d3b366e76a5cc775690f7315c740f Mon Sep 17 00:00:00 2001 From: 53hornet Date: Fri, 10 Dec 2021 23:17:42 -0500 Subject: feat: custom routing, no required php in posts --- includes/foot.php | 9 +++++++++ includes/head.php | 9 +-------- includes/render_index.php | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 includes/foot.php create mode 100644 includes/render_index.php (limited to 'includes') diff --git a/includes/foot.php b/includes/foot.php new file mode 100644 index 0000000..c128cc1 --- /dev/null +++ b/includes/foot.php @@ -0,0 +1,9 @@ + +
+ + + + + diff --git a/includes/head.php b/includes/head.php index ba16fb0..4b95e2f 100644 --- a/includes/head.php +++ b/includes/head.php @@ -200,13 +200,6 @@
- %s', $title); - } - ?> diff --git a/includes/render_index.php b/includes/render_index.php new file mode 100644 index 0000000..d90627b --- /dev/null +++ b/includes/render_index.php @@ -0,0 +1,24 @@ +
+ +
+ +

+ The World Wide Web pages of Adam Carpenter (53hornet) +

+ + -- cgit v1.2.3