kopia lustrzana https://github.com/cyoung/stratux
updates
rodzic
2f63f4ed9c
commit
dc15be9e31
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ gem "jekyll-theme-prologue"
|
|||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem "jekyll-sitemap"
|
||||
# gem 'jekyll-google-tag-manager'
|
||||
gem 'jekyll-google-tag-manager'
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
|
|
@ -55,13 +55,13 @@ slack_url: http://slack.stratux.me/
|
|||
twitter_url:
|
||||
|
||||
# Google Analytics Tracking ID goes here:
|
||||
google_analytics: G-FYVQ8XFNLN
|
||||
# google_analytics: G-FYVQ8XFNLN
|
||||
|
||||
|
||||
# Google tag manager
|
||||
#google:
|
||||
# tag_manager:
|
||||
# container_id: G-FYVQ8XFNLN
|
||||
google:
|
||||
tag_manager:
|
||||
container_id: G-FYVQ8XFNLN
|
||||
|
||||
# The following settings are NECESSARY for the Prologue theme to run:
|
||||
#TESTING:
|
||||
|
|
|
@ -6,6 +6,15 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
|
|||
Jekyll integration by Chris Bobbe | chrisbobbe.github.io
|
||||
--><html>
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYVQ8XFNLN"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-FYVQ8XFNLN');
|
||||
</script>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-78463950-1"></script>
|
||||
|
|
Ładowanie…
Reference in New Issue