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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/post/analytics.md')
-rw-r--r--content/post/analytics.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/content/post/analytics.md b/content/post/analytics.md
deleted file mode 100644
index 112671d..0000000
--- a/content/post/analytics.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-date: 2016-02-06
-linktitle: Analytics
-menu:
- main:
- parent: extras
-next: /extras/builders
-prev: /extras/aliases
-title: Analytics in Hugo
-weight: 15
----
-
-Hugo ships with prebuilt internal templates for Google Analytics tracking, including both synchronous and asynchronous tracking codes.
-
-## Configuring Google Analytics
-
-Provide your tracking id in your configuration file, e.g. config.yaml.
-
- googleAnalytics = "UA-123-45"
-
-## Example
-
-Include the internal template in your templates like so:
-
- {{ template "_internal/google_analytics.html" . }}
-
-For async include the async template:
-
- {{ template "_internal/google_analytics_async.html" . }}