mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
17 lines
458 B
HTML
17 lines
458 B
HTML
|
{% extends 'alabaster/layout.html' %}
|
||
|
|
||
|
{% block footer %}
|
||
|
<div class="footer">
|
||
|
<a href="/misc/privacy.html">Privacy Policy</a>
|
||
|
</div>
|
||
|
|
||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113203480-2"></script>
|
||
|
<script>
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
function gtag(){dataLayer.push(arguments);}
|
||
|
gtag('js', new Date());
|
||
|
|
||
|
gtag('config', 'UA-113203480-2', {'anonymize_ip': true});
|
||
|
</script>
|
||
|
{% endblock %}
|