Change about me scripts

This commit is contained in:
2017-04-29 19:17:44 +03:00
parent 6c5faf13cd
commit 0ec92e4959
5 changed files with 49 additions and 21 deletions

View File

@ -18,6 +18,6 @@
{% block content %}{% endblock %}
</main>
{% include 'counters.twig' %}
<script src="/static/app.js?v={{ date().timestamp }}"></script>
<script src="/app.js?v={{ date().timestamp }}"></script>
</body>
</html>