mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
19 lines
487 B
HTML
19 lines
487 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{%- block extrahead %}
|
|
|
|
<!-- Fathom - beautiful, simple website analytics -->
|
|
<script src="https://deer.ray.io/script.js" data-site="WYYANYOS" defer></script>
|
|
<!-- / Fathom -->
|
|
|
|
<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 %}
|
|
|