Format templates
This commit is contained in:
@@ -4,10 +4,14 @@
|
||||
{{ if templates.Exists "partials/paige/head-first.html" }}
|
||||
{{ partial "paige/head-first.html" $page }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "paige/metas.html" $page }}
|
||||
|
||||
<title>{{ partial "paige/func-title.html" $page }}</title>
|
||||
|
||||
{{ partial "paige/links.html" $page }}
|
||||
{{ partial "paige/style.html" $page }}
|
||||
|
||||
{{ if templates.Exists "partials/paige/head-last.html" }}
|
||||
{{ partial "paige/head-last.html" $page }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user