Fixed generated whitespaces
This commit is contained in:
parent
b0da775930
commit
204579c932
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<link rel="stylesheet" href="/css/style.css">
|
||||
<meta charset="utf-8">
|
||||
<title>{{ block "title" . }}
|
||||
{{ .Site.Title }}
|
||||
{{- .Site.Title -}}
|
||||
{{ end }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{{ define "title" }}
|
||||
{{- $.Site.Title }} — {{ .Page.Title -}}
|
||||
{{ end }}
|
||||
|
||||
{{ define "ingredients" }}
|
||||
{{ partial "ingredients.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue