File tree 5 files changed +21
-2
lines changed
5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ htmlcov
14
14
page /config.toml
15
15
page /docs /*
16
16
docs /source_v /*
17
- page /resources
17
+ page /resources
18
+ .DS_Store
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ variables:
20
20
SPHINX_VERSION : 3.2.1
21
21
DOC_PORT_PREFIX : 11
22
22
HUGO_VERSION : 0.76.3-ext-ubuntu
23
+ HUGO_ENV : production
23
24
PIP_SNAPSHOT_REPO : https://zsibio.ii.pw.edu.pl/nexus/repository/bdg-pip/simple
24
25
PAGE_URL : pysequila.biodatageeks.org
25
26
SEQUILA_VERSION : 0.5.17
Original file line number Diff line number Diff line change
1
+ {% extends "!layout.html" %}
2
+
3
+ {% block footer %}
4
+ {{ super() }}
5
+
6
+ <!-- Global site tag (gtag.js) - Google Analytics -->
7
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-6V036X79CK "> </ script >
8
+ < script >
9
+ window . dataLayer = window . dataLayer || [ ] ;
10
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
11
+ gtag ( 'js' , new Date ( ) ) ;
12
+
13
+ gtag ( 'config' , 'G-6V036X79CK' ) ;
14
+ </ script >
15
+
16
+ {% endblock %}
Original file line number Diff line number Diff line change 71
71
72
72
73
73
# -- Extension configuration -------------------------------------------------
74
+
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ anchor = "smart"
48
48
[services ]
49
49
[services .googleAnalytics ]
50
50
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
51
- id = " UA-00000000-0 "
51
+ id = " UA-111293006-2 "
52
52
53
53
# Language configuration
54
54
You can’t perform that action at this time.
0 commit comments