matheusgomes28 / urchin

Headless CMS written in Golang
MIT License
60 stars 19 forks source link

Feature to let users specify links to Navbar #70

Closed matheusgomes28 closed 4 months ago

matheusgomes28 commented 5 months ago

Think about how we could let users specify arbitrary links to for the navbar.

As a first pass, this could be a simple toml config feature somehow

[[navbar.link]]
name = "Google"
url = "https://google.com"
title = "some help text"
matheusgomes28 commented 4 months ago

Closed with #74