summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
blob: a0c71949a13d5536a25218c8ed5b4a67ede841b15933453173395b6661b79dfe (plain)
1
2
3
4
5
{{ if fileExists "templates/logo.txt" -}}
<header class="logo">
  <pre class="logo__text">{{ readFile "templates/logo.txt" }}</pre>
</header>
{{- end }}