Change paige-{body,head}-last to paige/{body,head}-last
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ partial "paige/scripts.html" . }}
|
{{ partial "paige/scripts.html" . }}
|
||||||
{{ if templates.Exists "partials/paige-body-last.html" }}
|
{{ if templates.Exists "partials/paige/body-last.html" }}
|
||||||
{{ partial "paige/body-last.html" . }}
|
{{ partial "paige/body-last.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
<title>{{ partial "paige/func-title.html" . }}</title>
|
<title>{{ partial "paige/func-title.html" . }}</title>
|
||||||
{{ partial "paige/links.html" . }}
|
{{ partial "paige/links.html" . }}
|
||||||
{{ partial "paige/style.html" . }}
|
{{ partial "paige/style.html" . }}
|
||||||
{{ if templates.Exists "partials/paige-head-last.html" }}
|
{{ if templates.Exists "partials/paige/head-last.html" }}
|
||||||
{{ partial "paige/head-last.html" . }}
|
{{ partial "paige/head-last.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user