Merge pull request #73 from ottnorml/gh-pages

Little improvments - thanks for the cleanup @ottnorml 

FYI: I'm planning on doing a complete haul over of the cheatsheet sometimes in 2017 :)
This commit is contained in:
Daniel Kummer
2016-12-05 10:03:55 +01:00
committed by GitHub
22 changed files with 434 additions and 449 deletions

View File

@@ -8,7 +8,6 @@
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,print">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen,print">
<script src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
@@ -398,7 +397,7 @@
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>