hugo-theme-next/layouts/partials/_thirdparty/share/addthis.html
2022-06-04 21:07:43 +08:00

5 lines
225 B
HTML

{{- 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 }}