Simplify handler contexts, template and style tweaks

This commit is contained in:
Juno Takano 2026-01-14 02:52:48 -03:00
commit 940aadb6e5
14 changed files with 176 additions and 110 deletions

View file

@ -5,8 +5,8 @@
{%- block body %}
<h1>About</h1>
{% if config.about_text %}
{{ config.about_text | safe }}
{% if graph.meta.config.about_text %}
{{ graph.meta.config.about_text | safe }}
{% else %}
<p>en is a program to create a connected collection of texts.</p>