mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fix double title for twitter
This commit is contained in:
@@ -33,10 +33,7 @@
|
|||||||
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();
|
||||||
url: '{{ .Permalink }}',
|
|
||||||
text: '{{ .Title }}'
|
|
||||||
});
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user