summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 4a5afd0..02bf301 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,4 +1,4 @@
-{{ define "main" }}
+{{ define "main" -}}
<main>
<h1>{{ .Site.Params.indexTitle }}</h1>
<p>{{ .Site.Params.indexIntro }}</p>
@@ -11,6 +11,6 @@
</p>
</nav>
<h2>Journal Entries</h2>
- {{ partial "metadata.html" . }}
+ {{ partial "metadata.html" . -}}
</main>
-{{ end }}
+{{- end }}