fix post template

This commit is contained in:
Aminda Suomalainen 2015-02-14 11:53:26 +02:00
parent 1b3cafa599
commit 12ba3ba95d

View File

@ -29,7 +29,7 @@ layout: default
<p id="post-meta">{{ tags_content }}</p> <p id="post-meta">{{ tags_content }}</p>
</article> </article>
% if page.comments % {% if page.comments %}
<div id="disqus_thread"></div> <div id="disqus_thread"></div>
<script type="text/javascript"> <script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
@ -43,6 +43,6 @@ layout: default
})(); })();
</script> </script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
% endif % {% endif %}
</div> </div>