File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+
3+ {% block extrahead %}
4+ {{ super() }}
5+
6+ <!-- Google Analytics (gtag.js) -->
7+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-CVKKEY0D6B "> </ script >
8+ < script >
9+ window . dataLayer = window . dataLayer || [ ] ;
10+
11+ function gtag ( ) {
12+ dataLayer . push ( arguments ) ;
13+ }
14+
15+ gtag ( 'js' , new Date ( ) ) ;
16+
17+ gtag ( 'config' , 'G-CVKKEY0D6B' , {
18+ anonymize_ip : true
19+ } ) ;
20+ </ script >
21+
22+ {% endblock %}
Original file line number Diff line number Diff line change 2525
2626theme :
2727 name : material
28+ custom_dir : docs/overrides
2829 logo : assets/logo.svg
2930 favicon : assets/logo.svg
3031 features :
@@ -91,6 +92,9 @@ plugins:
9192 filters : [] # show private methods
9293
9394extra :
95+ analytics :
96+ provider : google
97+ property : G-CVKKEY0D6B
9498 social :
9599 - icon : fontawesome/brands/github
96100 link : https://github.com/prosto
You can’t perform that action at this time.
0 commit comments