diff --git a/Jafner.dev/config.toml b/Jafner.dev/config.toml
index 97600ef3..acbf6e4f 100644
--- a/Jafner.dev/config.toml
+++ b/Jafner.dev/config.toml
@@ -30,7 +30,9 @@ disableHugoGeneratorInject = false
[permalinks.section]
homelab = "/homelab/"
projects = "/projects/"
- pages = "/"
+ [permalinks.page]
+ about-me = "/about-me"
+ experience = "/experience"
[blackfriday]
hrefTargetBlank = true
@@ -65,7 +67,9 @@ disableHugoGeneratorInject = false
copyright = true
author = true
- topText = []
+ topText = [
+ "Source on GitHub"
+ ]
bottomText = [
"Powered by Hugo",
"Theme made with ❤ by Djordje Atlialp"