We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b41dd8 commit a644949Copy full SHA for a644949
README.md
@@ -335,10 +335,10 @@ The full list of available social icons can be found at https://fontawesome.com/
335
To enable Google Analytics, add the following lines to your Jekyll site:
336
337
```yaml
338
- google_analytics: UA-NNNNNNNN-N
+google_analytics: G-NNNNNNNNNN // The former `UA-NNNNNNNN-N` format is no longer supported by Google
339
```
340
341
-Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
+Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`.
342
343
### Enabling Excerpts on the Home Page
344
0 commit comments