Skip to content

Commit

Permalink
boostjp/templates/base: "file:" の時のため "https:" を明示指定
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed May 29, 2022
1 parent 9651af9 commit f697e94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions boostjp/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

{% block rss %}{% endblock %}

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ relative_base }}/static/pygments/default.css">
<!-- <link rel="stylesheet" href="{{ relative_base }}/static/css/root.css"> -->

<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- <script src="//platform.twitter.com/widgets.js"></script> -->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- <script src="https://platform.twitter.com/widgets.js"></script> -->

<!-- <script src="{{ relative_base }}/static/js/root.js"></script> -->

Expand Down Expand Up @@ -326,7 +326,7 @@
</body>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6. chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>
window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})
</script>
Expand Down

0 comments on commit f697e94

Please sign in to comment.