From f66654df7d711042c2a07c3b4711ca38e0bec416 Mon Sep 17 00:00:00 2001 From: Ahmad Yasser Date: Fri, 12 Feb 2021 08:07:32 +0800 Subject: [PATCH] Add arc.io feature --- layouts/partials/head/head.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index fd9ef73..2005051 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -21,5 +21,11 @@ {{ end }} +{{ if .Site.Params.arcio.enabled }} + {{ with .Site.Params.arcio.widgetId }} + + {{ end }} +{{ end }} + {{- template "_internal/google_analytics_async.html" . -}} {{- partial "head/custom.html" . -}}