update stats

This commit is contained in:
Simon Vieille 2021-03-31 19:03:17 +02:00
parent bfdca9734a
commit 1801b29d66
3 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ const app = new App([
new Code(window), new Code(window),
new Knmc(window), new Knmc(window),
new VideoRatio(window), new VideoRatio(window),
new Stats(), //new Stats(),
new Particles(window), new Particles(window),
]); ]);

View file

@ -141,6 +141,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
{% block js %} {% block js %}
{{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('app') }}
{% endblock %} {% endblock %}
<script async defer data-website-id="b0f9d177-4c9b-446c-82f2-aa45d4ae3aca" src="https://umami.deblan.org/umami.js"></script>
</body> </body>
</html> </html>
{% endapply %} {% endapply %}

View file

@ -4,6 +4,6 @@
{% block body %} {% block body %}
<div class="row"> <div class="row">
<iframe src="https://ftm.deblan.org/" class="col-12" frameborder="0" style="height: calc(100vh - 60px)"></iframe> <iframe src="https://umami.deblan.org/" class="col-12" frameborder="0" style="height: calc(100vh - 60px)"></iframe>
</div> </div>
{% endblock %} {% endblock %}