From d3d96b5291160b01af026f3b126a9c58ac674761 Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Sat, 20 Apr 2019 12:30:55 -0700 Subject: [PATCH] Adding Google Analytics --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 13acf933..62a17be6 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,7 @@ pygmentsUseClasses = true rssLimit = 10 # Maximum number of items in the RSS feed. copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template. -# googleAnalytics = "UA-23971530-1" +googleAnalytics = "UA-23971530-1" # disqusShortname = "" archetypeDir = "archetypes"