From c6d0b750b25990930b48fcaaa45106a5120277be Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 20 Dec 2020 12:31:44 +0100 Subject: [PATCH] feat(footer): change custom text style --- layouts/partials/footer/footer.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index 9f55f41..4155255 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -6,12 +6,13 @@ {{ .Site.Params.footer.since }} - {{ end }} {{ now.Format "2006" }} {{ .Site.Title }} - - {{ with .Site.Params.footer.customText }} -
{{ . | safeHTML }} - {{ end }} +
+ {{ with .Site.Params.footer.customText }} + {{ . | safeHTML }}
+ {{ end }} + {{- $Generator := `Hugo` -}} {{- $Theme := printf `Stack` $ThemeVersion -}} {{- $DesignedBy := `Jimmy` -}}