use bootstrap submodule
This commit is contained in:
parent
f02cd19e69
commit
501cd014b0
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "wetter/static/bootstrap"]
|
||||
path = wetter/static/bootstrap
|
||||
url = https://github.com/twbs/bootstrap.git
|
1
wetter/static/bootstrap
Submodule
1
wetter/static/bootstrap
Submodule
@ -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
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user