change title and navbar order

This commit is contained in:
2026-04-03 17:20:10 +02:00
parent 8a9ff2d0b5
commit 5f700ea59e

View File

@@ -1,5 +1,5 @@
base_url = "https://benji0x3c.de" base_url = "https://benji0x3c.de"
title = "benji's website" title = "benji0x3c"
description = "Eine Mischung aus Blog, Portfolio und Spaßprojekt" description = "Eine Mischung aus Blog, Portfolio und Spaßprojekt"
author = "benji0x3c" author = "benji0x3c"
theme = "tabi" theme = "tabi"
@@ -232,8 +232,8 @@ favicon = "img/logov3.png"
menu = [ menu = [
{ name = "blog", url = "blog", trailing_slash = true }, { name = "blog", url = "blog", trailing_slash = true },
{ name = "tags", url = "tags", trailing_slash = true },
{ name = "projects", url = "projects", trailing_slash = true }, { name = "projects", url = "projects", trailing_slash = true },
{ name = "tags", url = "tags", trailing_slash = true },
{ name = "impressum", url = "impressum", trailing_slash = true } { name = "impressum", url = "impressum", trailing_slash = true }
] ]