summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorhorus2024-01-16 10:44:35 +0100
committerhorus2024-01-16 10:44:35 +0100
commite6fc8b7adf14a4f3391dcc16028d8db53e108ad8 (patch)
tree9a70087caa3a19db4c850da0c4e3c0b22d7353ae /public/index.php
parente431f223673f153d774241df470101c9036b7eb5 (diff)
downloadmoehring-e6fc8b7adf14a4f3391dcc16028d8db53e108ad8.tar.gz
.
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 957bed4..0460889 100644
--- a/public/index.php
+++ b/public/index.php
@@ -10,11 +10,17 @@ case("/"):
echo $twig->render('index.html');
break;
case("/about/"):
+ echo $twig->render('about2.html');
+ break;
+case("/about2/"):
echo $twig->render('about.html');
break;
-case("/projects/"):
+case("/projects2/"):
echo $twig->render('projects.html');
break;
+case("/projects/"):
+ echo $twig->render('projects_all.html');
+ break;
case("/feeds/"):
echo $twig->render('feeds.html');
break;