del cache
Gitea Actions Demo / build_and_push (push) Successful in 1m1s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m1s
Details
This commit is contained in:
parent
d60aea1129
commit
e040e078f8
|
|
@ -8,7 +8,7 @@
|
|||
{% block meta %}{% endblock %}
|
||||
<link rel="icon" type="image/x-icon" href="static/favicon.ico">
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<link rel="stylesheet" href="static/styles.css">
|
||||
<link rel="stylesheet" href="static/styles.css?v=1">
|
||||
<!-- Yandex.Metrika counter -->
|
||||
<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)};
|
||||
|
|
@ -39,6 +39,6 @@
|
|||
{% block form %}{% endblock %}
|
||||
</body>
|
||||
</section>
|
||||
<script src="static/scripts.js"></script>
|
||||
<script src="static/scripts.js?v=1"></script>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue