@@ -18,17 +18,17 @@ carpentry: 'intersect'
1818carpentry_description : ' Collaborative Git'
1919
2020# Overall title for pages.
21- title : ' Collaborative Git' # FIXME
21+ title : ' Collaborative Git'
2222
2323# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24- created : ~ # FIXME
24+ created : ~
2525
2626# Comma-separated list of keywords for the lesson
2727keywords : ' software, data, lesson, The Carpentries' # FIXME
2828
2929# Life cycle stage of the lesson
3030# possible values: pre-alpha, alpha, beta, stable
31- life_cycle : ' alpha ' # FIXME
31+ life_cycle : ' beta '
3232
3333# License of the lesson
3434license : ' CC-BY 4.0'
@@ -40,7 +40,7 @@ source: 'https://github.com/INTERSECT-training/collaborative-git' # FIXME
4040branch : ' main'
4141
4242# Who to contact if there are any issues
43- contact : ' team@carpentries.org' # FIXME
43+ contact : ' team@carpentries.org'
4444
4545# Navigation ------------------------------------------------
4646#
@@ -86,3 +86,15 @@ profiles:
8686# sandpaper and varnish versions) should live
8787
8888varnish : intersect-training/varnish
89+
90+ analytics : |
91+ <!-- Google tag (gtag.js) -->
92+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-R31Z5GWF8W"></script>
93+ <script>
94+ window.dataLayer = window.dataLayer || [];
95+ function gtag(){dataLayer.push(arguments);}
96+ gtag('js', new Date());
97+
98+ gtag('config', 'G-R31Z5GWF8W');
99+ </script>
100+
0 commit comments