Replies: 1 comment
-
There are two includes for this purpose you can override. One for adding to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Hey 👋
I'm keen to integrate Google Tag Manager (GTM) with my site, it seems that the requirements to use GTM are:
<head>
of the page as possible.<body>
tag.I found the jekyll-google-tag-manager plugin which provides the necessary magic incantation via the
{% gtm head %}
and{% gtm body %}
liquid tags.{% gtm head %}
would work nicely with the existinghead-custom.html
include, but I can't think of a way to get{% gtm body %}
in as the first thing in thebody
of every page.Suggestion
{% gtm body %}
in as the first thing in thebody
of every page?body-custom.html
include, which was included directly after the openingbody
tag?Am loving the theme by the way, keep up the great work! 🙏
Beta Was this translation helpful? Give feedback.
All reactions