--- layout: default --- {%- include header.html -%}

{%- assign about_page_path = site.theme_setting.about_page | default: "index.md" %} {%- assign about_page = site.pages | where: "path", about_page_path | first -%} {{ site.author | default: site.title }}

{{ site.description | markdownify }}
{%- include header_nav.html -%}
{%- include icons.html -%}
{%- include footer.html -%}