all repos — homestead @ 0459a022a8a7d952d81196555e052b8a809db88b

Code for my website

style external nav menu links

Alan Pearce
commit

0459a022a8a7d952d81196555e052b8a809db88b

parent

773b1b69f8b57aede7aa47151863087b3072213d

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/config/config.gointernal/config/config.go
@@ -16,7 +16,7 @@ }
type MenuItem struct { Name string - URL string `toml:"url"` + URL URL `toml:"url"` } type URL struct {