Refix twitter

This commit is contained in:
Alexis Tacnet
2017-05-05 18:52:06 +02:00
parent ff733b7c70
commit e600f093c5

View File

@@ -33,7 +33,12 @@
progressively.init({delay: 30, throttle: 50});
{{ end }}
{{ if .Site.Params.share }}
SocialShareKit.init();
SocialShareKit.init({
twitter: {
text: '',
{{ if .Site.Params.twitter }}via: '{{ .Site.Params.twitter }}'{{ end }}
}
});
{{ end }}
};
</script>