diff --git a/articles/main.md b/articles/main.md index 2852d56..680e956 100644 --- a/articles/main.md +++ b/articles/main.md @@ -1,8 +1,6 @@ ---- # Main Page * [SSH and keys](ssh) * [Email](email) - -* [Sandbox Page](sandbox) --- +* [Sandbox Page](sandbox) diff --git a/includes/footer.html b/includes/footer.html deleted file mode 100644 index e69de29..0000000 diff --git a/includes/footer.md b/includes/footer.md index 45a408c..6884624 100644 --- a/includes/footer.md +++ b/includes/footer.md @@ -1,2 +1 @@ ---- All content in this wiki is under the CC-By-SA 4.0 or later license. diff --git a/includes/header.html b/includes/header.html deleted file mode 100644 index e69de29..0000000 diff --git a/includes/sidebar.html b/includes/sidebar.html deleted file mode 100644 index e69de29..0000000 diff --git a/wiki.php b/wiki.php index 713a552..6bb3a03 100644 --- a/wiki.php +++ b/wiki.php @@ -13,7 +13,9 @@ print " "; echo ( shell_exec("/usr/bin/pandoc includes/header.md") ); +print "
"; echo ( shell_exec("/usr/bin/pandoc articles/$page.md") ); +print "
"; echo ( shell_exec("/usr/bin/pandoc includes/footer.md") ); print "