We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7a070 commit b983a81Copy full SHA for b983a81
layouts/partials/hb/modules/footer/site-info.html
@@ -2,10 +2,10 @@
2
{{- partial "hugopress/functions/render-hooks" (dict "Name" "hb-footer-site-info-begin" "Page" .) }}
3
<div class="h5">{{ default site.Title site.Params.hb.footer.site_title }}</div>
4
<ul class="list-unstyled small mb-2">
5
- {{- with .Site.Params.description }}
+ {{- with default .Site.Params.description site.Params.hb.footer.site_description }}
6
<li class="mt-2">{{ . }}</li>
7
{{- end }}
8
- {{- with .Site.Copyright }}
+ {{- with default .Site.Copyright site.Params.hb.footer.site_copyright }}
9
<li class="mt-2">
10
{{- replace . "{year}" now.Year | markdownify -}}
11
</li>
0 commit comments