Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d29d508..19df409 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -65,6 +65,10 @@
{{- partial "analytics/googletagmanager" . -}}
{{ end }}
+ {{ if and .Site.Params.applicationInsights .Site.Params.applicationInsights.connectionString }}
+ {{- partial "analytics/applicationinsights" . -}}
+ {{ end }}
+
{{- partial "body/extensions" . -}}
</body>