---
layout: compress
---
{% comment %}See https://www.bennadel.com/blog/822-using-body-id-as-a-back-to-top-page-anchor.htm#comments_448{% endcomment %}
{% include head.html %}
{% include header.html %}
{% if page.is_post != true %}
{% endif %}
{% if site.anchor_headings.enabled %}
{% if page.enable_markdown %}
{% assign cnt = content | markdownify %}
{% else %}
{% assign cnt = content %}
{% endif %}
{% include anchor_headings.html html=cnt anchorBody=site.anchor_headings.character anchorClass="hAnchor" h_min=site.anchor_headings.min h_max=site.anchor_headings.max beforeHeading=site.anchor_headings.before %}
{% else %}
{{ content }}
{% endif %}
{% comment %}Can't use == false since page.is_home might be undefined{% endcomment %}
{% if page.is_home != true and page.is_404 != true and page.is_tags != true and page.is_sitemap != true %}
{% include comments.html %}
{% endif %}
{% if page.is_post %}
{% include post_navigation.html %}
{% else %}
{% include page_navigation.html %}
{% endif %}
{% include footer.html %}