summaryrefslogtreecommitdiff
path: root/public/views/pretty.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/pretty.ejs')
-rw-r--r--public/views/pretty.ejs5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs
index 779e7da1..3afb2a1a 100644
--- a/public/views/pretty.ejs
+++ b/public/views/pretty.ejs
@@ -72,6 +72,11 @@
</div>
</div>
<div id="toc-affix" class="ui-affix-toc ui-toc-dropdown unselectable hidden-print" data-spy="affix" style="display:none;"></div>
+ <% if(typeof disqus !== 'undefined' && disqus) { %>
+ <div class="container-fluid" style="max-width: 758px; margin-bottom: 40px;">
+ <%- include disqus %>
+ </div>
+ <% } %>
</body>
</html>