use bootstrap submodule
This commit is contained in:
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
Submodule wetter/static/bootstrap added at dca1ab7d87
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">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
<!-- 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">
|
<link rel="stylesheet" href="/static/wetter/css/wetter.css">
|
||||||
{% block head %}{% endblock %}
|
{% block head %}{% endblock %}
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- Optional JavaScript -->
|
<!-- Optional JavaScript -->
|
||||||
<script src="/static/jquery-3.4.1/js/jquery.min.js"></script>
|
<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>
|
<script src="/static/wetter/js/wetter.js"></script>
|
||||||
{% block foot %}{% endblock %}
|
{% block foot %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user