diff options
Diffstat (limited to 'cebong/templates/base.html')
-rw-r--r-- | cebong/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cebong/templates/base.html b/cebong/templates/base.html index d4f4eb8..307fa2f 100644 --- a/cebong/templates/base.html +++ b/cebong/templates/base.html @@ -12,7 +12,7 @@ {% endif %} <!--[if IE]> - <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> + <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" media="all" href="{{ SITEURL }}/css/ie.css"/> @@ -76,7 +76,7 @@ <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> - {{FOOTERTEXT}} Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. Theme is using <a href="http://github.com/getpelican/pelican-themes" target="_blank">cebong</a>. + {{FOOTERTEXT}} Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>. Theme is using <a href="https://github.com/getpelican/pelican-themes" target="_blank">cebong</a>. </address><!-- /#about --> </footer><!-- /#contentinfo --> |