aboutsummaryrefslogtreecommitdiff
path: root/weblog/templates/weblog_base.html
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-05-31 15:08:24 +0300
committerYaroslav de la Peña Smirnov <contact@yaroslavps.com>2018-05-31 15:08:24 +0300
commitdfeb4deaa712a726a46489a2d1d04eb5257aa86c (patch)
tree0e6a8d65961a642263536ead8e70bf1516f2eb05 /weblog/templates/weblog_base.html
parent5a7466204b4030873405b1a0fcb8b208762453ee (diff)
parentd6c508bb46d660947718083e3fa214049253c42b (diff)
downloadw3blog-dfeb4deaa712a726a46489a2d1d04eb5257aa86c.tar.gz
w3blog-dfeb4deaa712a726a46489a2d1d04eb5257aa86c.zip
fixed bugs, etc.
Diffstat (limited to 'weblog/templates/weblog_base.html')
-rwxr-xr-xweblog/templates/weblog_base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/weblog/templates/weblog_base.html b/weblog/templates/weblog_base.html
index 9a739cb..ce941e5 100755
--- a/weblog/templates/weblog_base.html
+++ b/weblog/templates/weblog_base.html
@@ -12,6 +12,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script src="{% static '/weblog/js/weblog.js' %}" defer></script>
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" defer></script>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">