Skip to content

Commit 8aafebe

Browse files
committed
update canonical url
1 parent 4d65f25 commit 8aafebe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = 'https://swharden.github.io/patch/'
1+
baseURL = 'https://swharden.com/patch/'
22
languageCode = 'en-us'
33
enableInlineShortcodes = true
44
disableKinds = ["taxonomy", "taxonomyTerm"]

layouts/_default/baseof.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<link rel=stylesheet href="{{ .Site.BaseURL }}/css/github.css?v=9">
1212
<link rel=stylesheet href="{{ .Site.BaseURL }}/css/style.css?v=9">
1313

14-
<!-- Google Analytics -->
15-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9SCHN885L9"></script>
14+
<!-- Analytics -->
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GN1D8JT7TK"></script>
1616
<script>
1717
window.dataLayer = window.dataLayer || [];
1818
function gtag() { dataLayer.push(arguments); }
1919
gtag('js', new Date());
20-
gtag('config', 'G-9SCHN885L9');
20+
gtag('config', 'G-GN1D8JT7TK');
2121
</script>
2222

2323
<!-- URL metadata -->

0 commit comments

Comments
 (0)