Merge branch 'release_v4.3.0' into develop

This commit is contained in:
凡梦星尘 2022-10-02 13:46:34 +08:00
commit 01f2c10ec8
4 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
4.2.0 4.3.0

View File

@ -1,4 +1,3 @@
# Hugo NexT theme's custom config # Hugo NexT theme's custom config
#
version: 4.2.0 version: 4.3.0

View File

@ -1,3 +1,3 @@
<div class="custom-footer"> <div class="custom-footer">
Website source code <a href="https://github.com/hugo-next/hugo-theme-next/tree/develop/exampleSite/layouts/partials/custom-footer.html" target="_blank">here</a> Website source code <a href="https://github.com/hugo-next/hugo-theme-next/blob/develop/exampleSite/layouts/partials/custom_footer.html" target="_blank">here</a>
</div> </div>

View File

@ -52,7 +52,7 @@
{{- end }} {{- end }}
{{- if $ft.powered }} {{- if $ft.powered }}
<div class="powered-by"> <div class="powered-by">
{{ $pb := printf "<a href='https://gohugo.io' target='_blank'>Hugo</a> &amp; <a href='https://github.com/hugo-next/hugo-theme-next' target='_blank'>Hugo NexT.%s</a>" .Site.Params.scheme }} {{ $pb := printf "<a href='https://gohugo.io' title='%s' target='_blank'>Hugo</a> &amp; <a href='https://github.com/hugo-next/hugo-theme-next' title='%s' target='_blank'>Hugo NexT.%s</a>" hugo.Version .Site.Data.config.version .Site.Params.scheme }}
{{- printf (T "FooterPowerby") $pb | safeHTML }} {{- printf (T "FooterPowerby") $pb | safeHTML }}
</div> </div>
{{- end }} {{- end }}