Files

10 lines
352 B
Plaintext

<% if (config.disqus_shortname && page.comments){ %>
<section id="comment">
<div id="disqus_thread" aria-live="polite">
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
<% if (theme.adsense_enable){ %>
<%- partial('ads') %>
<% } %>
<% } %>