Add arc.io feature

This commit is contained in:
Ahmad Yasser 2021-02-12 08:07:32 +08:00 committed by GitHub
parent c0e5912958
commit f66654df7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,11 @@
<link rel="shortcut icon" href="{{ . }}" />
{{ end }}
{{ if .Site.Params.arcio.enabled }}
{{ with .Site.Params.arcio.widgetId }}
<script async src="https://arc.io/widget.min.js#{{ . }}"></script>
{{ end }}
{{ end }}
{{- template "_internal/google_analytics_async.html" . -}}
{{- partial "head/custom.html" . -}}