Skip to content

Commit

Permalink
Merge pull request #579 from stp-ip/GA
Browse files Browse the repository at this point in the history
Fix GoogleAnalytics order in config
  • Loading branch information
stp-ip committed Jul 3, 2019
2 parents 2581b87 + 7846916 commit 813a492
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions exampleSite/config-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ enableGitInfo = true
version = "0.15.0"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]

# Google Analytics tracking
googleAnalytics = ""

[outputs]
home = ["HTML", "JSON"]

[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]

# Google Analytics tracking
googleAnalytics = ""

[params]
name = "Okkur Labs"
description = "Open Source Theme for your next project"
Expand Down
6 changes: 3 additions & 3 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ version = "0.15.0"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
ignorefiles = [ "content/dev/.*" ]

# Google Analytics tracking
googleAnalytics = ""

[outputs]
home = ["HTML", "JSON"]

[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]

# Google Analytics tracking
googleAnalytics = ""

[params]
name = "Okkur Labs"
description = "Open Source Theme for your next project"
Expand Down

0 comments on commit 813a492

Please sign in to comment.