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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-11-27 15:43:45 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-11-27 15:43:45 +0300
commitfa50238040577c80b5871772cf944681ccfc075f (patch)
treeffb897be0325477660bbb8ec33138090e79f2b4b /exampleSite
parent6e196ccb7652eda4c9cc6b68829f28ba3a23a988 (diff)
Switch to Hugo's internal Google Analytics tmpl
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a9be712..00a4653 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,8 @@ languageCode = "en-us"
title = "Icarus"
# Enable comments by entering your Disqus shortname
disqusShortname = "spf13"
+# Enable Google Analytics by entering your tracking code
+googleAnalytics = ""
# Define the number of posts per site
paginate = 10
theme = "hugo-icarus-theme"
@@ -20,9 +22,6 @@ theme = "hugo-icarus-theme"
site_description = ""
copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice)."
- # Enable Google Analytics by entering your tracking code
- google_analytics = ""
-
# Format dates with Go's time formating
date_format = "2006-01-02"