del cache
Gitea Actions Demo / build_and_push (push) Successful in 1m1s Details

This commit is contained in:
artem 2025-04-24 18:47:44 +03:00
parent d60aea1129
commit e040e078f8
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
{% block meta %}{% endblock %} {% block meta %}{% endblock %}
<link rel="icon" type="image/x-icon" href="static/favicon.ico"> <link rel="icon" type="image/x-icon" href="static/favicon.ico">
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="static/styles.css"> <link rel="stylesheet" href="static/styles.css?v=1">
<!-- Yandex.Metrika counter --> <!-- Yandex.Metrika counter -->
<script type="text/javascript" > <script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
@ -39,6 +39,6 @@
{% block form %}{% endblock %} {% block form %}{% endblock %}
</body> </body>
</section> </section>
<script src="static/scripts.js"></script> <script src="static/scripts.js?v=1"></script>
</html> </html>