Skip to content

Commit b535468

Browse files
jpvicaridaattali
authored andcommitted
Moved Google Analytics to the Head (daattali#419)
* Moved Google Analytics to the Head * Update CHANGELOG
1 parent 3bab586 commit b535468

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file lists all non-trivial changes to Beautiful Jekyll.
44

55
I often make small changes to documentation, to the demo site, or to the general look-and-feel. These changes will not be listed here. Any other minor changes will also not be listed here.
66

7+
**2018-10-19** Move Google Analytics to the head (#419) (thanks @jpvicari)
8+
79
**2018-06-08** Add support for Facebook comments (#350) (thanks @npes87184)
810

911
**2018-02-22** Automatically generate sitemap (#323) (thanks @JosemyDuarte)

_includes/footer-scripts.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@
3030
{% endif %}
3131
{% endfor %}
3232
{% endif %}
33-
34-
{% include google_analytics.html %}

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
{% include gtag.html %}
1717
{% include gtm_head.html %}
18+
{% include google_analytics.html %}
1819

1920
{% if layout.common-ext-css %}
2021
{% for css in layout.common-ext-css %}

0 commit comments

Comments
 (0)