diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
commit | 66fb84d2f98eddb8e2168cac11b4b1a01d181217be82cda49ce6411eec3ec11c (patch) | |
tree | ff1c13fcaaf4cb14e4dc183e715be02022cd95046e07ff9852928965e5574e90 /layouts/partials/header.gmi | |
parent | fd30511536a2f574b41b21fda2e4bc2f6267ed669d97c180918075b65ee73774 (diff) | |
download | hugo-theme-journal-66fb84d2f98eddb8e2168cac11b4b1a01d181217be82cda49ce6411eec3ec11c.tar.gz hugo-theme-journal-66fb84d2f98eddb8e2168cac11b4b1a01d181217be82cda49ce6411eec3ec11c.zip |
Remove old nicksphere reference
Diffstat (limited to 'layouts/partials/header.gmi')
-rw-r--r-- | layouts/partials/header.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.gmi b/layouts/partials/header.gmi index 9f5aa21..48155f5 100644 --- a/layouts/partials/header.gmi +++ b/layouts/partials/header.gmi @@ -1,5 +1,5 @@ {{ if fileExists "templates/logo.txt" -}} -```nicksphere logo +```plaintext {{ readFile "templates/logo.txt" | safeHTML }} ``` {{- end }}
\ No newline at end of file |