Hidden blog nav for now
This commit is contained in:
parent
cd8d116fef
commit
7389daba09
|
@ -20,9 +20,10 @@ func (n *navbar) Render() app.UI {
|
||||||
app.Li().Body(
|
app.Li().Body(
|
||||||
app.A().Href("/galaxies").Text("Galaxies"),
|
app.A().Href("/galaxies").Text("Galaxies"),
|
||||||
),
|
),
|
||||||
|
// Disabled for now since there are none anyway
|
||||||
app.Li().Body(
|
app.Li().Body(
|
||||||
app.A().Href("/blog").Text("Blog"),
|
app.A().Href("/blog").Text("Blog"),
|
||||||
),
|
).Style("display", "none"),
|
||||||
),
|
),
|
||||||
).Class("navbar")
|
).Class("navbar")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue