mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Refix twitter
This commit is contained in:
@@ -33,7 +33,12 @@
|
|||||||
progressively.init({delay: 30, throttle: 50});
|
progressively.init({delay: 30, throttle: 50});
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Params.share }}
|
{{ if .Site.Params.share }}
|
||||||
SocialShareKit.init();
|
SocialShareKit.init({
|
||||||
|
twitter: {
|
||||||
|
text: '',
|
||||||
|
{{ if .Site.Params.twitter }}via: '{{ .Site.Params.twitter }}'{{ end }}
|
||||||
|
}
|
||||||
|
});
|
||||||
{{ end }}
|
{{ end }}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user