diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index a1f085a0a..08a079ebb 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -27,26 +27,40 @@ - + + +{{if .RequireSimpleMDE}} + + + + +{{end}} +{{if .RequireGitGraph}} + + + +{{end}} + + + + {{if .RequireHighlightJS}} - {{end}} {{if .RequireMinicolors}} - {{end}} {{if .RequireDatetimepicker}} - {{end}} {{if .RequireDropzone}} - {{end}} - - - + + + diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 176dd51cc..300df5e64 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -1,54 +1,50 @@ - - + + + {{if .Title}}{{.Title}} - {{end}}{{AppName}} + - {{if .GoGetImport}} - - - {{end}} +{{if .GoGetImport}} + + +{{end}} - - - - {{if .RequireSimpleMDE}} - - - - - - {{end}} - - {{if .RequireGitGraph}} +{{if .RequireSimpleMDE}} + +{{end}} + +{{if .RequireGitGraph}} - - - {{end}} +{{end}} - - - - - {{if .Title}}{{.Title}} - {{end}}{{AppName}} - - +{{if .RequireHighlightJS}} + +{{end}} +{{if .RequireMinicolors}} + +{{end}} +{{if .RequireDatetimepicker}} + +{{end}} +{{if .RequireDropzone}} + +{{end}}