Switch to Bulma.
This commit is contained in:
parent
3c2c698269
commit
869fa82f14
6 changed files with 41 additions and 39 deletions
|
|
@ -12,6 +12,7 @@ func (a *About) Get(c echo.Context) error {
|
|||
p := NewPage(c)
|
||||
p.Layout = "main"
|
||||
p.Name = "about"
|
||||
p.Title = "About"
|
||||
p.Data = "This is the about page"
|
||||
|
||||
return a.RenderPage(c, p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue