Applied new layout system

This commit is contained in:
2019-06-03 12:20:17 +09:00
parent 36427a1501
commit 3268488b7b
26 changed files with 346 additions and 308 deletions

View File

@ -46,6 +46,7 @@ func configure(app *aero.Application) *aero.Application {
// Middleware
app.Use(
middleware.OpenGraph,
middleware.Layout,
middleware.Log,
middleware.Session,
middleware.UserInfo,