style external nav menu links
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -16,7 +16,7 @@ } type MenuItem struct { Name string - URL string `toml:"url"` + URL URL `toml:"url"` } type URL struct {