{% extends "_base.html" %} {% block title %}About - {{ site.title }}{% endblock %} {% block content %}

About

{{ site.description }}

Site URL: {{ site.url }}

Contact

{{ author.name }} ยท {{ author.email }}

Links

Edit copy and URLs in banhus.lua; layout in src/about/index.html.

{% include "_banhus/made_with.html" %} {% endblock %}