aboutsummaryrefslogtreecommitdiff
path: root/layouts/_partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_partials/header.html')
-rw-r--r--layouts/_partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html
index 0c2d87e..4e330aa 100644
--- a/layouts/_partials/header.html
+++ b/layouts/_partials/header.html
@@ -1,7 +1,7 @@
-{{ if fileExists "templates/logo.txt" -}}
+{{ if fileExists "templates/logo.txt" }}
<header class="logo">
<pre class="logo__text">
{{ chomp (readFile "templates/logo.txt") }}
</pre>
</header>
-{{- end -}}
+{{ end }}