Skip to content

Commit

Permalink
site: fix stylesheet after switching site to https
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Feb 28, 2019
1 parent 7a43761 commit 0361105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/site.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- get resources from CDN/jquery.com, loads fast -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootswatch/3.3.0/readable/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.0/readable/bootstrap.min.css">
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> -->
<!-- <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> -->

Expand Down

0 comments on commit 0361105

Please sign in to comment.