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, 3 insertions, 1 deletions
diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html
index d8ec881..0c2d87e 100644
--- a/layouts/_partials/header.html
+++ b/layouts/_partials/header.html
@@ -1,5 +1,7 @@
+{{ if fileExists "templates/logo.txt" -}}
<header class="logo">
<pre class="logo__text">
{{ chomp (readFile "templates/logo.txt") }}
</pre>
-</header> \ No newline at end of file
+</header>
+{{- end -}}