diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 08:43:17 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-28 08:43:17 +0200 |
| commit | aacf9f29bd6cab8632fc1adbc42cb1bd6613b77c (patch) | |
| tree | 706738030806c33d80f2e1626a2bde01d1a943e9 /exampleSite/config/_default/params.yaml | |
| parent | dc2f8527981d63c637f02823f6d1784ceefceeb3 (diff) | |
| download | gohugo-theme-ed-aacf9f29bd6cab8632fc1adbc42cb1bd6613b77c.tar.gz | |
Simplify demo site configuration
Diffstat (limited to 'exampleSite/config/_default/params.yaml')
| -rw-r--r-- | exampleSite/config/_default/params.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index 0eda434..ca44935 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -144,9 +144,9 @@ comments: privacy: googleTagManager: - disable: true + disable: false respectDoNotTrack: true services: googleTagManager: - id: '' + id: 'GTM-W8D5W642' |
