Started on HTMX support.

This commit is contained in:
mikestefanello 2021-12-22 21:51:18 -05:00
parent 3b41e1dfd8
commit b61077dac9
10 changed files with 123 additions and 27 deletions

View file

@ -16,7 +16,7 @@ func (a *About) Get(c echo.Context) error {
p.Name = "about"
p.Title = "About"
p.Data = "This is the about page"
p.Cache.Enabled = true
p.Cache.Enabled = false
p.Cache.Tags = []string{"page_about", "page:list"}
return a.RenderPage(c, p)