From 27a536f9bc0b5eb1bd7c6bcf7cabb74375646ca7 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 17:49:13 -0500 Subject: [PATCH] delete the about folder! Hooray! --- About/about.php | 7 ------- About/example.php | 7 ------- About/index.php | 10 ---------- About/about.md => about.md | 0 about.php | 2 +- 5 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 About/about.php delete mode 100644 About/example.php delete mode 100644 About/index.php rename About/about.md => about.md (100%) diff --git a/About/about.php b/About/about.php deleted file mode 100644 index 5393e55..0000000 --- a/About/about.php +++ /dev/null @@ -1,7 +0,0 @@ -

About

'; # Article Title ?> - -

2021.10.13

diff --git a/About/example.php b/About/example.php deleted file mode 100644 index 20cb8ce..0000000 --- a/About/example.php +++ /dev/null @@ -1,7 +0,0 @@ -

Example

'; # Article Title ?> - -

Dummy text

- -

More dummy text

- -

2021.01.01

diff --git a/About/index.php b/About/index.php deleted file mode 100644 index ddfc711..0000000 --- a/About/index.php +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/About/about.md b/about.md similarity index 100% rename from About/about.md rename to about.md diff --git a/about.php b/about.php index 537dba8..a3f1b66 100644 --- a/about.php +++ b/about.php @@ -6,6 +6,6 @@ require "includes/default-start.php"; require "includes/seemore.php"; require "includes/custompanelMD.php"; - customPageMD("About/about.md", "about.php", "About"); + customPageMD("about.md", "about.php", "About"); require "includes/default-end.php"; ?>