{% unless page.header.overlay_color or page.header.overlay_image %}
{% if page.title %}
{% endunless %}
{% if page.toc %}
{% endif %}
{{ content }}
{% if page.link %}{% endif %}
{% if page.share %}{% include social-share.html %}{% endif %}
{% include post_pagination.html %}
{% if jekyll.environment == 'production' and site.comments.provider and page.comments %}
{% include comments.html %}
{% endif %}
{% comment %}{% endcomment %}
{% if page.id and page.related and site.related_posts.size > 0 %}
{% comment %}{% endcomment %}
{% elsif page.id and page.related %}
{% endif %}
{{ page.title | markdownify | remove: "
" | remove: "
" }}{% endif %} {% include page__meta.html %}