From 6767b0abb5bd605b5e65a2d9dcba1865b9068ae6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 19 Oct 2022 01:48:21 +0200 Subject: Footer: Split footer into footer1 and footer2 We now add "Hosted on NixOS" to the footer thanks to this. --- themes/researcher/layouts/partials/footer.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/researcher/layouts/partials/footer.html b/themes/researcher/layouts/partials/footer.html index b027256..3a55194 100644 --- a/themes/researcher/layouts/partials/footer.html +++ b/themes/researcher/layouts/partials/footer.html @@ -7,9 +7,13 @@ {{ end }} {{ end }} - {{ with .Site.Params.footer }}
+ {{ with .Site.Params.footer1 }} + {{ .text }} + {{ end }} - +{{ with .Site.Params.footer2 }} {{ .text }} -
{{ end }} + + -- cgit 1.4.1