From d8bd01dc55cb321ab7d227afcf1a2c637c4e56016b57e120513df5838a5173dc Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 27 Aug 2022 00:00:00 +0000 Subject: Replace site config var with local file template --- layouts/partials/header.gmi | 2 +- layouts/partials/header.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/header.gmi b/layouts/partials/header.gmi index acdb5eb..3dafe9b 100644 --- a/layouts/partials/header.gmi +++ b/layouts/partials/header.gmi @@ -1,3 +1,3 @@ ```nicksphere logo -{{ $.Site.Params.logo | safeHTML }} +{{ readFile "/content/templates/logo" | safeHTML }} ``` diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ca27841..ef3f99d 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