Hidden blog nav for now

This commit is contained in:
DutchEllie 2022-03-27 16:50:48 +02:00
parent 32b762be3c
commit 704e877af0

View File

@ -20,9 +20,10 @@ func (n *navbar) Render() app.UI {
app.Li().Body(
app.A().Href("/galaxies").Text("Galaxies"),
),
// Disabled for now since there are none anyway
app.Li().Body(
app.A().Href("/blog").Text("Blog"),
),
).Style("display", "none"),
),
).Class("navbar")
}