mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
feat: privacy policy
This commit is contained in:
committed by
justinr1234
parent
7540e13afe
commit
171dc38829
18
template/page-privacy-policy.html.jinja
Normal file
18
template/page-privacy-policy.html.jinja
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "pagetype-doc.html.jinja" %}
|
||||
{% block head %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block bodyclasses %}page-privacy-policy{% endblock %}
|
||||
{% block breadcrumbs %}{% endblock %}
|
||||
|
||||
{% block analytics %}
|
||||
<script type="application/javascript">
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
window.dataLayer.push({
|
||||
"event": "page_info",
|
||||
"page_type": "Splash Page",
|
||||
"page_group": "About"
|
||||
})
|
||||
</script>
|
||||
{% endblock analytics %}
|
||||
Reference in New Issue
Block a user