File tree Expand file tree Collapse file tree 3 files changed +1
-33
lines changed
Expand file tree Collapse file tree 3 files changed +1
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 125125 - Acknowledgements : site_info/acknowledgements.md
126126 - Website Release Process : site_info/rap-release-workflow.md
127127 - GitHub Repository Traffic Statistics : site_info/repo_traffic_information.md
128- - Website Traffic Data Collection : site_info/website_traffic_information.md
129128 - Glossary : site_info/glossary.md
130129theme :
131130 name : material
Original file line number Diff line number Diff line change 22
33{% block libs %}
44 {{ super() }}
5- < script src ="https://t.usermaven.com/lib.js "
6- data-key ="UMge94E6hn "
7- data-tracking-host ="https://events.usermaven.com "
8- data-autocapture ="true "
9- data-privacy-policy ="strict "
10- defer >
11- </ script >
12- < script > window . usermaven = window . usermaven || ( function ( ) { ( window . usermavenQ = window . usermavenQ || [ ] ) . push ( arguments ) ; } ) </ script >
135 {% if page.is_homepage %}
146 < script src ="{{ base_url }}/javascript/homepage.js " defer > </ script >
157 {% endif %}
2113 {% include ".icons/material/download.svg" %}
2214 </ a >
2315{% endif %}
24-
25-
2616{% if page and page.meta %}
2717 < h1 class ="header-with-tags "> {{ page.meta.title }} </ h1 >
28-
2918 {% if page.meta.summary %}
3019 < div role ="doc-subtitle "> {{ page.meta.summary }} </ div >
31- {% endif %}
20+ {% endif %}
3221{% endif %}
3322
3423{{ super() }}
You can’t perform that action at this time.
0 commit comments