mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Refix twitter
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user