diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 50942be..71f52c6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -63,11 +63,11 @@
- {{ if $.Param "socialShare" }} + {{ if and ( $.Param "socialShare" ) (gt (len ($.Param "share")) 0) }} {{ i18n "Share" }}: {{ partial "share-links" . }} + {{ end }}
- {{ end }} {{ with .Site.Params.license }}