Skip to content

Commit

Permalink
https on all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
phalt committed Jan 31, 2015
1 parent 28c7a9c commit 238cece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ venv
staticfiles
.env
db.sqlite3
.DS_Store
10 changes: 5 additions & 5 deletions swapi/templates/base.html
Expand Up @@ -12,8 +12,8 @@
<link href="/static/css/custom.css" rel="stylesheet">
<link rel="shortcut icon" href="/static/favicon.ico">
</style>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
</script>
</head>
<body>
Expand Down Expand Up @@ -59,13 +59,13 @@ <h1>SWAPI</h1>
</script>
<div class="row">
<div class="col-lg-12 footer">
<a href="http://phalt.co?ref=swapi" target="_blank">&copy; Paul Hallett <script type="text/javascript">
<a href="//phalt.co?ref=swapi" target="_blank">&copy; Paul Hallett <script type="text/javascript">
document.write(new Date().getFullYear());
</script></a>
<span class="pull-right">
<a href="https://twitter.com/phalt_" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false" data-dnt="true">Follow me on twitter</a>
<a href="//twitter.com/phalt_" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false" data-dnt="true">Follow me on twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<iframe src="http://ghbtns.com/github-btn.html?user=phalt&type=follow"
<iframe src="//ghbtns.com/github-btn.html?user=phalt&type=follow"
allowtransparency="false" frameborder="0" scrolling="0" width="132" height="20"></iframe></span></p>
</div>
</div>
Expand Down

0 comments on commit 238cece

Please sign in to comment.