diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 37b960c..b7ae794 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,20 +1,20 @@
- {{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}} -
- {{ partial "sidebar_social.html" . }} -
{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}. - Some Rights Reserved.Built with Hugo & hyde-hyde.{{end}} -
+ {{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}} +
+ {{ partial "sidebar_social.html" . }} +
{{ with .Site.Params.copyright }}{{.|safeHTML}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}. + Some Rights Reserved.Built with Hugo & hyde-hyde.{{end}} +