1
0
mirror of https://github.com/arsenetar/arsenetar.github.io.git synced 2026-01-28 17:11:38 +00:00

Forgot to rename the disqus shortname variable

This commit is contained in:
2013-07-29 11:33:40 -04:00
parent c648375797
commit 9b9aea75f4
11 changed files with 139 additions and 19 deletions

View File

@@ -127,7 +127,7 @@
</div>
<footer class="row">
<div class="large-16 columns" id="mainFooter">
<span class="print_footer"><a href="http://blog.voltaicideas.net/category/projects.html"> Fetched from: category/projects.html</a> on 2013-07-29T11:25:41.799306</span>
<span class="print_footer"><a href="http://blog.voltaicideas.net/category/projects.html"> Fetched from: category/projects.html</a> on 2013-07-29T11:32:44.738148</span>
<span>&copy; Andrew Senetar 2013</span>
</div>
</footer>
@@ -145,5 +145,17 @@
ga('send', 'pageview');
</script>
<!-- Comment Count -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'voltaicideas'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>