1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-13 13:36:24 -07:00

Finish browser-based template editor, resolves issue #90

This commit is contained in:
Eggbertx 2023-12-26 17:02:09 -08:00
parent 6fbfb731bd
commit e968dc875a
9 changed files with 134 additions and 20 deletions

View file

@ -18,6 +18,7 @@ const (
Catalog = "catalog.html"
JsConsts = "consts.js"
ErrorPage = "error.html"
FrontIntro = "front_intro.html"
FrontPage = "front.html"
ManageAnnouncements = "manage_announcements.html"
ManageAppeals = "manage_appeals.html"
@ -66,6 +67,9 @@ var (
ErrorPage: {
files: []string{"error.html"},
},
FrontIntro: {
files: []string{"front_intro.html"},
},
FrontPage: {
files: []string{"front.html", "topbar.html", "front_intro.html", "page_header.html", "page_footer.html"},
},