Switch more functions to ersteller_lib

This commit is contained in:
Achim Rohn
2025-08-11 10:24:00 +02:00
parent 0de3e04d68
commit 177a15f022
2 changed files with 78 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ type Language string
const (
En Language = "en"
De Language = "de"
)
type NavItem struct {