Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sub-footer.html')
-rw-r--r--layouts/partials/sub-footer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/sub-footer.html b/layouts/partials/sub-footer.html
index 297b782..3e56837 100644
--- a/layouts/partials/sub-footer.html
+++ b/layouts/partials/sub-footer.html
@@ -6,11 +6,11 @@
{{ if .Site.Data.social }}
{{ partial "social.html" . }}
{{ end }}
- {{ if .Site.Params.footer.copyright_text }}
- <div class="copyright">{{ .Site.Params.footer.copyright_text | safeHTML }}</div>
+ {{ with .Site.Params.footer.copyright_text }}
+ <div class="copyright">{{ . | safeHTML }}</div>
{{ end }}
</div>
</div>
</div>
</div>
-</div> \ No newline at end of file
+</div>