Fixed highlighting
Fixed about page not being highlighted in menu when selected
This commit is contained in:
		
							parent
							
								
									185331f10b
								
							
						
					
					
						commit
						68049b58bc
					
				|  | @ -812,6 +812,9 @@ func ApplyServerConfig(db store.IStore, tmplBox *rice.Box) echo.HandlerFunc { | ||||||
| // AboutPage handler
 | // AboutPage handler
 | ||||||
| func AboutPage() echo.HandlerFunc { | func AboutPage() echo.HandlerFunc { | ||||||
| 	return func(c echo.Context) error { | 	return func(c echo.Context) error { | ||||||
| 		return c.Render(http.StatusOK, "about.html", map[string]interface{}{}) | 		return c.Render(http.StatusOK, "about.html", map[string]interface{}{ | ||||||
|  | 			"baseData": model.BaseData{Active: "about", CurrentUser: currentUser(c)}, | ||||||
|  | 		}) | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue