File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ dashboards:
51
51
url : /pages/whats-left
52
52
- title : Benchmarks
53
53
url : /benchmarks
54
+ - title : Website Analytics
55
+ url : https://plausible.io/rustpython.github.io
54
56
55
57
# Build settings
56
58
theme : minima
Original file line number Diff line number Diff line change 11
11
< link defer async rel ="stylesheet " href ="{{ "/assets/style.css" | relative_url }}">
12
12
< link defer async rel ="stylesheet " href ="{{ "/assets/media.css" | relative_url }}">
13
13
< link defer async rel ="stylesheet " href ="{{ "/assets/github.css" | relative_url }}">
14
-
14
+
15
15
<!-- webmanifest -->
16
16
< link rel ="manifest " href ="{{site.baseurl}}/manifest.webmanifest ">
17
17
21
21
< link rel ="apple-touch-icon " href ="{{site.baseurl}}/assets/apple-touch-icon.png ">
22
22
23
23
{%- feed_meta -%}
24
- {%- if jekyll.environment == 'production' and site.google_analytics -%}
25
- {%- include google-analytics.html -%}
26
- {%- endif -%}
24
+
25
+ <!-- plausible analytics -->
26
+ < script defer data-domain ="rustpython.github.io " src ="https://plausible.io/js/plausible.js "> </ script >
27
+
27
28
</ head >
You can’t perform that action at this time.
0 commit comments