First commit - just a copy of HaskellEmbedded at this point

This commit is contained in:
Chris Hodapp
2016-06-04 20:07:01 -04:00
commit 444ca4d739
27 changed files with 10022 additions and 0 deletions

15
templates/comments.html Normal file
View File

@@ -0,0 +1,15 @@
$body$
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'haskellembedded';
/* * * DON'T EDIT BELOW THIS LINE * * */
(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);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>