aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 02:58:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 02:58:41 +0300
commitf0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce (patch)
tree59f2358642b7b704a0c8957929d58c05fe67b563 /_includes/footer.html
parentadd CSS classes for reasonably wide blocks (diff)
downloadegor-tensin.github.io-f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce.tar.gz
egor-tensin.github.io-f0b15fd208f3e3aac4e2f8f2ff9a1d1c0897dfce.zip
explicit https for external links
Diffstat (limited to '')
-rw-r--r--_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 2ae575e..9fac10a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -19,7 +19,7 @@
</footer>
</div>
</div>
- <script src="//code.jquery.com/jquery-1.11.0.js"></script>
- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script>
+ <script src="https://code.jquery.com/jquery-1.11.0.js"></script>
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script>
</body>
</html>