Skip to content

Commit a644949

Browse files
authored
Update google analytics README regarding G- and UA- tags (#689)
Merge pull request 689
1 parent 9b41dd8 commit a644949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ The full list of available social icons can be found at https://fontawesome.com/
335335
To enable Google Analytics, add the following lines to your Jekyll site:
336336

337337
```yaml
338-
google_analytics: UA-NNNNNNNN-N
338+
google_analytics: G-NNNNNNNNNN // The former `UA-NNNNNNNN-N` format is no longer supported by Google
339339
```
340340

341-
Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
341+
Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`.
342342

343343
### Enabling Excerpts on the Home Page
344344

0 commit comments

Comments
 (0)