diff --git a/tmpl/base.html b/tmpl/base.html index 781c349..e655afc 100644 --- a/tmpl/base.html +++ b/tmpl/base.html @@ -15,7 +15,7 @@ Welcome to the 88x31.store

- TODAYS special~ EVERYTHING IS FREE + todays special~ EVERYTHING IS FREE

{{if .DID}} diff --git a/tmpl/home.html b/tmpl/home.html index 2ed1538..e69de29 100644 --- a/tmpl/home.html +++ b/tmpl/home.html @@ -1,7 +0,0 @@ -{{define "content"}} -{{range .Buttons}} -{{template "buttonpart" .}} -{{else}} -no buttons yet, post the first! -{{end}} -{{end}}