hugo-theme-next/layouts/partials/_thirdparty/share/addthis.html

5 lines
225 B
HTML
Raw Normal View History

{{- with .Site.Params.addThisId }}
<div class="addthis_inline_share_toolbox" style="text-align: center;">
<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ . }}" async="async"></script>
</div>
{{- end }}