mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-06-18 03:53:31 +08:00
Add arc.io feature
This commit is contained in:
parent
c0e5912958
commit
f66654df7d
@ -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" . -}}
|
||||
|
Loading…
Reference in New Issue
Block a user