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,11 +1,11 @@
|
|||
{{ define "header" -}}
|
||||
{{ define "header" }}
|
||||
{{ partial "header.html" . }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "content" -}}
|
||||
{{ define "content" }}
|
||||
<h1>404: Page not found</h1>
|
||||
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "footer" -}}
|
||||
{{- end }}
|
||||
{{ define "footer" }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue