From 7592b211c1c426311ee761193e4dc74312bb5e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Fri, 30 Sep 2022 21:01:34 +0800 Subject: [PATCH 1/2] :wrench: Upgrade the release version to 4.3.0. --- VERSION | 2 +- data/config.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ef8d756..8089590 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.0 \ No newline at end of file +4.3.0 diff --git a/data/config.yaml b/data/config.yaml index ee220a7..8e21e48 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -1,4 +1,3 @@ # Hugo NexT theme's custom config -# -version: 4.2.0 \ No newline at end of file +version: 4.3.0 \ No newline at end of file From 4be573b5d3626b58f8b23dd08a52522fbbe819d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Fri, 30 Sep 2022 21:04:25 +0800 Subject: [PATCH 2/2] :lipstick: Add version info of Hugo & NexT theme in footer. --- exampleSite/layouts/partials/custom_footer.html | 2 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/layouts/partials/custom_footer.html b/exampleSite/layouts/partials/custom_footer.html index a860d83..dfd4a6f 100644 --- a/exampleSite/layouts/partials/custom_footer.html +++ b/exampleSite/layouts/partials/custom_footer.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ea975cc..5f989c2 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -52,7 +52,7 @@ {{- end }} {{- if $ft.powered }}
- {{ $pb := printf "Hugo & Hugo NexT.%s" .Site.Params.scheme }} + {{ $pb := printf "Hugo & Hugo NexT.%s" hugo.Version .Site.Data.config.version .Site.Params.scheme }} {{- printf (T "FooterPowerby") $pb | safeHTML }}
{{- end }}