move box.tmpl to head
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
<link rel="stylesheet" href="/admin/static/stylesheets/main.css">
|
<link rel="stylesheet" href="/admin/static/stylesheets/main.css">
|
||||||
<link rel="shortcut icon" href="/admin/static/images/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/admin/static/images/favicon.ico" type="image/x-icon">
|
||||||
<link rel="icon" href="/admin/static/images/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="/admin/static/images/favicon.ico" type="image/x-icon">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.8, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -16,7 +16,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
partialsPaths = []string{
|
partialsPaths = []string{
|
||||||
"partials/box.tmpl",
|
"partials/head.tmpl",
|
||||||
}
|
}
|
||||||
layoutPaths = []string{
|
layoutPaths = []string{
|
||||||
"layouts/base.tmpl",
|
"layouts/base.tmpl",
|
||||||
|
|||||||
Reference in New Issue
Block a user