diff --git a/templates/_includes/disqus_script.html b/templates/_includes/disqus_script.html index 7838984..3dc7956 100644 --- a/templates/_includes/disqus_script.html +++ b/templates/_includes/disqus_script.html @@ -8,7 +8,7 @@ {% endif %} (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = "//" + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); diff --git a/templates/_includes/gplus_sidebar.html b/templates/_includes/gplus_sidebar.html index 07768ea..d8b04d0 100644 --- a/templates/_includes/gplus_sidebar.html +++ b/templates/_includes/gplus_sidebar.html @@ -2,7 +2,7 @@

- + Google+

diff --git a/templates/_includes/navigation.html b/templates/_includes/navigation.html index d1777c2..445a575 100644 --- a/templates/_includes/navigation.html +++ b/templates/_includes/navigation.html @@ -13,7 +13,7 @@ {% if SEARCH_BOX %} -
+
{% if 'duckduckgo.com' in SITESEARCH|lower %} diff --git a/templates/_includes/piwik.html b/templates/_includes/piwik.html index 96387d5..cd8d81d 100644 --- a/templates/_includes/piwik.html +++ b/templates/_includes/piwik.html @@ -13,5 +13,5 @@ piwikTracker.enableLinkTracking(); } catch( err ) {} - -{% endif %} \ No newline at end of file + +{% endif %} diff --git a/templates/_includes/twitter_sharing.html b/templates/_includes/twitter_sharing.html index 50e0ef2..3665bb9 100644 --- a/templates/_includes/twitter_sharing.html +++ b/templates/_includes/twitter_sharing.html @@ -4,7 +4,7 @@ var twitterWidgets = document.createElement('script'); twitterWidgets.type = 'text/javascript'; twitterWidgets.async = true; - twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; + twitterWidgets.src = '//platform.twitter.com/widgets.js'; document.getElementsByTagName('head')[0].appendChild(twitterWidgets); })(); diff --git a/templates/base.html b/templates/base.html index 234cab2..f72fe03 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,9 +37,9 @@ - - {% if article and article.latex %} {{ article.latex }}