use bootstrap submodule

This commit is contained in:
Alexander Votteler 2020-04-06 18:16:27 +02:00
parent f02cd19e69
commit 501cd014b0
5 changed files with 6 additions and 16 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "wetter/static/bootstrap"]
path = wetter/static/bootstrap
url = https://github.com/twbs/bootstrap.git

@ -0,0 +1 @@
Subproject commit dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/static/bootstrap-4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/wetter/css/wetter.css">
{% block head %}{% endblock %}
@ -55,7 +55,7 @@
</footer>
<!-- Optional JavaScript -->
<script src="/static/jquery-3.4.1/js/jquery.min.js"></script>
<script src="/static/bootstrap-4.4.1/js/bootstrap.min.js"></script>
<script src="/static/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/static/wetter/js/wetter.js"></script>
{% block foot %}{% endblock %}
</body>