diff --git a/config/global.ini b/config/global.ini index 87692e6c..2aaa1176 100644 --- a/config/global.ini +++ b/config/global.ini @@ -12,6 +12,7 @@ dbhost = "127.0.0.1" [nav] Journal = "journal.php" +A propos = "about.php" [classifications] 0 = "Public" diff --git a/content/about.md b/content/about.md new file mode 100644 index 00000000..e69de29b diff --git a/html/about.php b/html/about.php new file mode 100644 index 00000000..72b0e9ff --- /dev/null +++ b/html/about.php @@ -0,0 +1,61 @@ + + + + + + + + + <?=$title?> + + +
+
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ text($markdownContent); + ?> +
+
+
+
+ + + \ No newline at end of file