{% include head.html %}
{% assign cover = site.cover | default: "https://cdn.jsdelivr.net/gh/zivong/jekyll-theme-hydure@v2.0.0/cover.jpg" %} {% if page.cover %} {% assign cover = page.cover %} {% endif %}
{% include header.html %}
{{ content }}
{% include footer.html %}
{% if page.math %} {% include mathjax.html %} {% endif %} {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}