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">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ block "title" . }}
|
<title>{{ block "title" . }}
|
||||||
{{ .Site.Title }}
|
{{- .Site.Title -}}
|
||||||
{{ end }}</title>
|
{{ end }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
{{ define "title" }}
|
||||||
|
{{- $.Site.Title }} — {{ .Page.Title -}}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ define "ingredients" }}
|
{{ define "ingredients" }}
|
||||||
{{ partial "ingredients.html" . }}
|
{{ partial "ingredients.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue