From c0c7339e0aa9e896c60862dd842fd9da45489067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 20 Sep 2022 11:34:50 +0200 Subject: [PATCH] Update internal.md --- content/en/templates/internal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/templates/internal.md b/content/en/templates/internal.md index 552c4470c..00e8ef084 100644 --- a/content/en/templates/internal.md +++ b/content/en/templates/internal.md @@ -53,6 +53,8 @@ You can then include the Google Analytics internal template your template: {{ end }} ``` +If you want to create your own template, you can access the configured ID with `{{ site.Config.Services.GoogleAnalytics.ID }}`. + ## Disqus Hugo also ships with an internal template for [Disqus comments][disqus], a popular commenting system for both static and dynamic websites. In order to effectively use Disqus, you will need to secure a Disqus "shortname" by [signing up for the free service][disqussignup].