Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
https
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 6, 2015
1 parent 0ef6e13 commit bde3443
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions templates/base.html
Expand Up @@ -9,9 +9,9 @@
{% endautoescape %}
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">

<link href="http://getnikola.com/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="canonical" href="http://users.getnikola.com/">
<link rel="shortcut icon" href="http://getnikola.com/favicon.ico">
<link href="https://getnikola.com/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="canonical" href="https://users.getnikola.com/">
<link rel="shortcut icon" href="https://getnikola.com/favicon.ico">
<!--[if lt IE 9]><script src="/assets/js/html5.js"></script><![endif]-->

<style type="text/css">
Expand Down Expand Up @@ -90,36 +90,36 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://getnikola.com/">
<img src="http://getnikola.com/assets/img/logo.svg" alt="Nikola" id="logo">
<a class="navbar-brand" href="https://getnikola.com/">
<img src="https://getnikola.com/assets/img/logo.svg" alt="Nikola" id="logo">
</a>
</div>

<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="http://getnikola.com/documentation.html">Documentation</a>
<a href="https://getnikola.com/documentation.html">Documentation</a>
</li>
<li>
<a href="http://getnikola.com/contact.html">Help/Bugs/Contact</a>
<a href="https://getnikola.com/contact.html">Help/Bugs/Contact</a>
</li>
<li>
<a href="https://github.com/getnikola/nikola">GitHub</a>
</li>
<li>
<a href="http://themes.getnikola.com">Themes</a>
<a href="https://themes.getnikola.com">Themes</a>
</li>
<li>
<a href="http://plugins.getnikola.com">Plugins</a>
<a href="https://plugins.getnikola.com">Plugins</a>
</li>
<li class="active">
<a href="http://users.getnikola.com">Users</a>
<a href="https://users.getnikola.com">Users</a>
</li>
<li>
<a href="http://getnikola.com/blog/index.html">Blog</a>
<a href="https://getnikola.com/blog/index.html">Blog</a>
</li>
<li>
<a href="http://getnikola.com/changes.html">Changelog</a>
<a href="https://getnikola.com/changes.html">Changelog</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -186,7 +186,7 @@ <h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>

</footer>
</div>
<script src="http://getnikola.com/assets/js/all-nocdn.js" type="text/javascript"></script>
<script src="https://getnikola.com/assets/js/all-nocdn.js" type="text/javascript"></script>
<script src="https://login.persona.org/include.js"></script>
<script type="text/javascript">
var App = {
Expand Down

0 comments on commit bde3443

Please sign in to comment.