removes all space consuming symbols in templates
This commit is contained in:
parent
c5ab13bf48
commit
90a8c7d5af
26 changed files with 126 additions and 126 deletions
|
@ -1,13 +1,13 @@
|
|||
{{ define "header" -}}
|
||||
{{ define "header" }}
|
||||
{{ partial "page-single/variables-init.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
||||
{{ define "content" -}}
|
||||
{{ define "content" }}
|
||||
{{ partial "page-single/content.html" . }}
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
||||
{{ define "footer" -}}
|
||||
{{ define "footer" }}
|
||||
{{ partial "page-single/footer.html" . }}
|
||||
{{ partial "page-single/variables-deinit.html" . }}
|
||||
{{- end -}}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue