{{ config.description | default("A clear, text-first weblog built with bckt.") }}
This page lives in themes/modern/pages/about/index.html.
{% extends "base.html" %} {% block page_title %}About ยท {{ config.title | default("bckt") }}{% endblock page_title %} {% block content %}
About
{{ config.description | default("A clear, text-first weblog built with bckt.") }}
This page lives in themes/modern/pages/about/index.html.