From 9627676ae51c63d626354c3caeba0476a1ab62004026d99807cb4ed0814ada4a Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 8 Dec 2022 00:00:00 +0000 Subject: Don't assume contentDir is the default --- layouts/partials/header.gmi | 2 +- layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.gmi b/layouts/partials/header.gmi index c25735c..072ffae 100644 --- a/layouts/partials/header.gmi +++ b/layouts/partials/header.gmi @@ -1,3 +1,3 @@ ```nicksphere logo -{{ readFile "/content/templates/logo.txt" | safeHTML }} +{{ readFile "templates/logo.txt" | safeHTML }} ``` \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c1084d6..2379d84 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@ \ No newline at end of file -- cgit v1.2.3