Moved Google Analytics to the Head (#419)
* Moved Google Analytics to the Head * Update CHANGELOG
This commit is contained in:
@@ -4,6 +4,8 @@ This file lists all non-trivial changes to Beautiful Jekyll.
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
**2018-10-19** Move Google Analytics to the head (#419) (thanks @jpvicari)
|
||||||
|
|
||||||
**2018-06-08** Add support for Facebook comments (#350) (thanks @npes87184)
|
**2018-06-08** Add support for Facebook comments (#350) (thanks @npes87184)
|
||||||
|
|
||||||
**2018-02-22** Automatically generate sitemap (#323) (thanks @JosemyDuarte)
|
**2018-02-22** Automatically generate sitemap (#323) (thanks @JosemyDuarte)
|
||||||
|
|||||||
@@ -30,5 +30,3 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include google_analytics.html %}
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} {{ site.title-separator }} {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} {{ site.title-separator }} {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
||||||
|
|
||||||
{% include gtm_head.html %}
|
{% include gtm_head.html %}
|
||||||
|
{% include google_analytics.html %}
|
||||||
|
|
||||||
{% if layout.common-ext-css %}
|
{% if layout.common-ext-css %}
|
||||||
{% for css in layout.common-ext-css %}
|
{% for css in layout.common-ext-css %}
|
||||||
|
|||||||
Reference in New Issue
Block a user