Skip to content

Commit

Permalink
Added disqus to all pages under contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbc committed Feb 23, 2015
1 parent 0381757 commit 1afddcd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .metalsmith/templates/series.toffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@
:} #}

#{partial 'guidefooter.toffee'}

<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'kodinguniversity'; // required: replace example with your forum shortname

/* * * 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>

</div>

</div></section>
Expand Down
2 changes: 1 addition & 1 deletion guides/installing-postgresql.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
author: Koding Team
author: Team Koding
date: 2014-10-22
categories: [postgresql, sql]
---
Expand Down

0 comments on commit 1afddcd

Please sign in to comment.