Skip to content

Commit

Permalink
fix: remove ga
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed Jul 26, 2023
1 parent 1b50306 commit 7ddc587
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ baseURL = "https://geeklaunch.io"
copyright = "Jacob Lindahl"
defaultContentLanguage = "en"
disableKinds = ["taxonomy", "taxonomyTerm"]
googleAnalytics = "G-DMBPKLBF8X"
hasCJKLanguage = true
ignoreFiles = ["\\.psd$"]
languageCode = "en-us"
Expand Down
3 changes: 0 additions & 3 deletions layouts/partials/head-extra.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{{ if hugo.IsProduction }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
<style>
html {
scroll-behavior: smooth;
Expand Down

0 comments on commit 7ddc587

Please sign in to comment.