mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2026-01-27 09:01:24 +01:00
bootstrap: add version to filenames
To make it easier to quickly see what version we are using, add the version to the filenames. Also, use minified flavor in templates/base.html Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
79172de651
commit
2566208185
|
|
@ -135,7 +135,7 @@
|
|||
</div>
|
||||
|
||||
<script src="{% static "js/jquery-3.7.1.min.js" %}"></script>
|
||||
<script src="{% static "js/bootstrap.js" %}"></script>
|
||||
<script src="{% static "js/bootstrap-3.4.1.min.js" %}"></script>
|
||||
{% block scripts %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user