ray/doc/source/_templates/layout.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
487 B
HTML
Raw Normal View History

2018-04-10 00:51:44 -07:00
{% extends "!layout.html" %}
{%- block extrahead %}
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://deer.ray.io/script.js" data-site="WYYANYOS" defer></script>
<!-- / Fathom -->
2018-04-10 00:51:44 -07:00
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110413294-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110413294-1');
</script>
{% endblock %}