mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 21:15:51 +10:00
10 lines
352 B
Plaintext
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') %>
|
|
<% } %>
|
|
<% } %> |