{%- extends 'posts.html' %} {%- block opengraph_header %} {%- if config.OPENGRAPH %} {%- if meta %} {%- for image in meta.images %} {%- endfor %} {%- if is_post(current_path) %} {%- if meta.mdatetime %} {%- endif %} {%- endif %} {%- if meta.tags %} {%- for tag in meta.tags %} {%- endfor %} {%- endif %} {%- endif %} {%- endif %} {%- endblock %} {%- block disqus_header %} {%- if is_post(current_path) and config.DISQUS %} {%- endif %} {%- endblock %} {%- block disqus_post %} {%- if is_post(current_path) and config.DISQUS %}
blog comments powered by Disqus {%- endif %} {%- endblock %} {%- block disqus_footer %} {%- if config.DISQUS %} {%- endif %} {%- endblock %} {%- block pagination %} {%- if pagination %}