diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/header.gmi | 4 | ||||
-rw-r--r-- | layouts/partials/header.html | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/layouts/partials/header.gmi b/layouts/partials/header.gmi index 48155f5..acd249b 100644 --- a/layouts/partials/header.gmi +++ b/layouts/partials/header.gmi @@ -1,5 +1,3 @@ -{{ if fileExists "templates/logo.txt" -}} ```plaintext {{ readFile "templates/logo.txt" | safeHTML }} -``` -{{- end }}
\ No newline at end of file +```
\ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a0c7194..2379d84 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,3 @@ -{{ if fileExists "templates/logo.txt" -}} <header class="logo"> <pre class="logo__text">{{ readFile "templates/logo.txt" }}</pre> -</header> -{{- end }}
\ No newline at end of file +</header>
\ No newline at end of file |