--- layout: default --- {%if page.mathjax != false %} {%endif%}
{% if page.toc != false %} {% endif %}

{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} {% if page.status%}[{{page.status}}]{%endif%}

{{ page.subtitle }}

{% if page.last-modify %} Last modified by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{page.last-modify | date: "%B %-d, %Y"}} {% else %} Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }} {% endif %} {% for tag in page.tags %} {{ tag }} {% endfor %}
{% if page.toc == "inline" %}
{% include toc.html html=content class='toc' h_max=3 %}
{% endif %} {% if page.toc != false and page.toc != "inline"%}
{% include toc.html html=content class='toc' h_max=3 %}
{% endif %}
{% if page.banner-title%} {%endif%} {% capture post_date%}{{ page.date | date: "%Y" }}{%endcapture%} {% capture curr_date%}{{ "now" | date: "%Y" }}{%endcapture%} {% assign curr_date = curr_date | minus: post_date %} {% capture time %}{{curr_date|minus: post_date}}{%endcapture%} {% if curr_date>1 %} {%endif%} {%if page.status == "WIP"%} {%endif%} {{ content }}