--- layout: default --- {% include calculate_relative_base.html %} {% capture post_url %}{{ relativebase }}{{ page.url }}{% endcapture %} {% assign post_url = post_url | replace: "//", "/" %}
{% include header.html %}
{% include schema-meta.html %}

{{ page.title }}

{% include post_meta.html type="post-page-meta" %}
{% include sidebar.html context="post" class="side" id="sidebar" %} {% if page.toc %}{% include sidebar-toc.html %}{% endif %} {% include github-button.html %} {{page.content | markdownify}} {% include sidebar.html context="post" class="inline" id="post-end" %}
{% include author-box.html %} {% include recent-post.html %} {% include disqus.html %}
{% include search.html %} {% include footer.html %}