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:
parent
6fbfb731bd
commit
e968dc875a
9 changed files with 134 additions and 20 deletions
|
@ -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"},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue