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