{% comment %} Based on midnight theme's default.html {% endcomment %} {% include head.html %} {% include header.html %}
{% comment %} This site title fortunately gets styled bigger than the page-specific title so they are both fine as H1. {% endcomment %}

{{ site.title | default: site.github.repository_name }}

{{ site.description | default: site.github.project_tagline }}


Project maintained by {{ site.github.owner_name }} Hosted on GitHub Pages — Theme by mattgraham
{% comment %} Based on minima theme's default.html {% endcomment %}
{{ content }}
{% include footer.html %}