Hidden blog nav for now
This commit is contained in:
		
							parent
							
								
									32b762be3c
								
							
						
					
					
						commit
						704e877af0
					
				@ -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")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user