Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/chrome/disqus.html')
-rw-r--r--layouts/chrome/disqus.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/chrome/disqus.html b/layouts/chrome/disqus.html
new file mode 100644
index 0000000..f26e332
--- /dev/null
+++ b/layouts/chrome/disqus.html
@@ -0,0 +1,14 @@
+<div class="row">
+ <div class="small-offset-1 small-10 columns">
+ <div id="disqus_thread"></div>
+ <script type="text/javascript">
+ var disqus_shortname = 'shortname';
+ var disqus_developer = 1;
+ </script>
+
+ <script type="text/javascript" src="http://disqus.com/forums/antzucaro/embed.js"></script>
+ <noscript><a href="http://antzucaro.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
+ </div>
+ </div>
+
+ <!-- END DISQUS --> \ No newline at end of file