aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-12-18 16:59:37 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2021-12-18 16:59:37 +0100
commitaabd64bb51b5eabbb7b7ebd8121996069385ba0d (patch)
treea97f70611fca10655342c2363de328fa9e996b57 /config.toml
parent2a71d8dbe34ec6f7b9dbc2b39f703c340b981d8c (diff)
about: Add basic about page
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index fd9f328..c68b139 100644
--- a/config.toml
+++ b/config.toml
@@ -58,10 +58,10 @@ metaDataFormat= "toml"
custom_scss = []
[menu]
- #[[menu.main]]
- # identifier = "about"
- # name = "About"
- # url = "about"
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "about"
#[[menu.main]]
# identifier = "posts"