Update with temp GA code

This commit is contained in:
Ryan Watters
2017-04-01 01:00:06 -05:00
parent d1709df3e8
commit ab07457e4a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ verboseLog = false
# Setting this to false will keep hugo from watching for changes during local development
watch = true
# Add GA Tracking Code Here. This leverages a built-in (ie, "internal") partial from HUGO: https://gohugo.io/extras/analytics#configuring-google-analytics
googleAnalytics = ""
googleAnalytics = "UA-76549364-1"
[permalinks]
temp = "/:title"
+1 -1
View File
@@ -4,7 +4,7 @@ linktitle: 404 Page
description: If you know how to create a single page template, you have unlimited options for creating a custom 404.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
lastmod: 2017-03-31
categories: [templates]
tags: [404, page not found]
menu:
+1 -1
View File
@@ -5,7 +5,7 @@ description: In addition to Go templates, Hugo supports the powerful Ace templat
godocref:
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
lastmod: 2017-02-20
categories: [templates]
tags: [amber,ace,templating languages]
menu:
@@ -24,7 +24,7 @@
ga('create', '{{$gaid}}', 'auto');
ga('send', 'pageview');
ga('create', '{{$gaid}}', {
ga('create', '{{$gaid | safeJS}}', {
'siteSpeedSampleRate': 100
});
}