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 7522abb commit bd95645
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions output/index.html
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Themes for Nikola</title>
<link href="http://getnikola.com/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="canonical" href="http://themes.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://themes.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">
html {
Expand Down Expand Up @@ -80,8 +80,8 @@
<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>
Expand All @@ -90,28 +90,28 @@
<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 class="active">
<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>
<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>
Expand All @@ -133,7 +133,7 @@ <h2>Themes for Nikola <small>version
<div class="btn-group" id="version-picker">
</div>
</small></h2>
<p>This is the theme repository for <a href="http://getnikola.com">Nikola</a>, a static site and
<p>This is the theme repository for <a href="https://getnikola.com">Nikola</a>, a static site and
blog generator.</p>
<p style="font-size: 0.8em;">If you want to contribute a theme, you can do so at the
<a href="https://github.com/getnikola/nikola-themes">GitHub
Expand All @@ -158,7 +158,7 @@ <h2>Themes for Nikola <small>version
</div>
</div>
<!-- /.container -->
<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="jPages.min.js"></script>
<script src="theme_data.js"></script>
<script src="stmd.js"></script>
Expand Down Expand Up @@ -227,12 +227,12 @@ <h2>Themes for Nikola <small>version
var title = $('<h2/>').text(theme).appendTo(container);
var small = $('<small/>').appendTo(title)
if (data[theme]['bootswatch']) {
$('<span/>').html('&nbsp;|&nbsp;Supports <a href="http://bootswatch.com">Bootswatch</a>').appendTo(small)
$('<span/>').html('&nbsp;|&nbsp;Supports <a href="https://bootswatch.com">Bootswatch</a>').appendTo(small)
}
if (data[theme]['engine'] == 'mako') {
$('<span/>').html('&nbsp;|&nbsp; Uses <a href="http://www.makotemplates.org/">Mako</a>').appendTo(small)
$('<span/>').html('&nbsp;|&nbsp; Uses <a href="https://www.makotemplates.org/">Mako</a>').appendTo(small)
} else {
$('<span/>').html('&nbsp;|&nbsp; Uses <a href="http://jinja.pocoo.org/docs/">Jinja2</a>').appendTo(small)
$('<span/>').html('&nbsp;|&nbsp; Uses <a href="https://jinja.pocoo.org/docs/">Jinja2</a>').appendTo(small)
}
$('<span/>').html('&nbsp;|&nbsp;<a href="v'+current_version+'/'+theme+'/index.html">See demo</a>').appendTo(small)
thumb = $('<div/>').appendTo(container)
Expand All @@ -248,7 +248,7 @@ <h2>Themes for Nikola <small>version

// DISQUS comments. This code is a mess.
// MAKE SURE TO :set tw=93409564302956 before editing
$('<div/>').html('<div id="disqus_thread"></div><sc' + 'ript type="text/javascript"> var disqus_shortname = "nikolathemes"; var disqus_identifier = "THEME_'+theme+'"; var disqus_title = "Nikola Theme: " +theme; var disqus_url = "http://themes.getnikola.com/go/" + theme; (function() { var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true; dsq.src = "//" + disqus_shortname + ".disqus.com/embed.js"; (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq); })(); </s'+'cript><noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript><a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>').appendTo(container)
$('<div/>').html('<div id="disqus_thread"></div><sc' + 'ript type="text/javascript"> var disqus_shortname = "nikolathemes"; var disqus_identifier = "THEME_'+theme+'"; var disqus_title = "Nikola Theme: " +theme; var disqus_url = "https://themes.getnikola.com/go/" + theme; (function() { var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true; dsq.src = "//" + disqus_shortname + ".disqus.com/embed.js"; (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq); })(); </s'+'cript><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript><a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>').appendTo(container)

// Mark theme as active and paginate to it
var listItems = $("#itemContainer a");
Expand Down Expand Up @@ -279,15 +279,15 @@ <h2>Themes for Nikola <small>version
var sc_invisible=1;
var sc_security="5f7346a9";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
"https://secure." : "https://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="web statistics"
href="http://statcounter.com/" target="_blank"><img
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/9276307/0/5f7346a9/1/"
src="https://c.statcounter.com/9276307/0/5f7346a9/1/"
alt="web statistics"></a></div></noscript>
</body>
</html>

0 comments on commit bd95645

Please sign in to comment.