diff --git a/config.example.json b/config.example.json
index 5d8f957..7b869b3 100644
--- a/config.example.json
+++ b/config.example.json
@@ -34,5 +34,10 @@
"address": "toke@42069.weed",
"pass": "CHANGE_ME"
},
+ "links":{
+ "About": "/about",
+ "Code": "https://git.ourfore.st/rainbownapkin/canopy",
+ "HRT": "/hrt"
+ },
"aboutText":"ourfore.st is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community."
}
\ No newline at end of file
diff --git a/config.example.jsonc b/config.example.jsonc
index f315d9a..3669d09 100644
--- a/config.example.jsonc
+++ b/config.example.jsonc
@@ -65,6 +65,12 @@
"address": "toke@42069.weed",
"pass": "CHANGE_ME"
},
+ //Provides customizable links for navbar
+ "links":{
+ "About": "/about",
+ "Code": "https://git.ourfore.st/rainbownapkin/canopy",
+ "HRT": "/hrt"
+ },
//Fills the 'about ${instanceName}' section on the /about page, lets users know about your specific instance
"aboutText":"ourfore.st is the one and only original canopy instance. Setup, ran, and administered by rainbownapkin herself. This site exists to provide a featureful, preformant, and comfy replacement for the TTN community."
}
\ No newline at end of file