summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-11-09 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-11-09 00:00:00 +0000
commitd2df941fdaa188ece3f43fd8c47b9234e10bbcd6ca2fe4636d9ab5da18cdb336 (patch)
tree9d31817a1528afb9516b565d6509c388bb48fba2c7831013c435335ac2098705 /layouts/partials/header.html
parent518ec9aba88d5d6861ddbe57fa3b07f50c7cfe23e229215180288cf314a2ce2c (diff)
Add .txt extension to logo file
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 36b23ad..d974142 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,3 +1,3 @@
<header>
- <pre id="logo">{{ readFile "/content/templates/logo" }}</pre>
+ <pre id="logo">{{ readFile "/content/templates/logo.txt" }}</pre>
</header> \ No newline at end of file