From 157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson
Date: Thu, 4 Aug 2022 00:00:00 +0000
Subject: Remove extra newlines from HTML output
---
layouts/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'layouts/index.html')
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" -}}
{{ .Site.Params.indexTitle }}
{{ .Site.Params.indexIntro }}
@@ -11,6 +11,6 @@
Journal Entries
- {{ partial "metadata.html" . }}
+ {{ partial "metadata.html" . -}}
-{{ end }}
+{{- end }}
--
cgit v1.2.3