diff options
| author | Christian Cleberg <[email protected]> | 2026-03-06 00:34:57 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-06 00:34:57 -0600 |
| commit | 306590904d1012fa74e7335422dd5e074e0f38ec (patch) | |
| tree | 3a4797eda6d74b48d6c2e719dc66a666d6101b20 /theme/templates/page.html | |
| parent | cc998780182e05904235d4e2ba98700bd7402174 (diff) | |
| download | cleberg.net-306590904d1012fa74e7335422dd5e074e0f38ec.tar.gz cleberg.net-306590904d1012fa74e7335422dd5e074e0f38ec.tar.bz2 cleberg.net-306590904d1012fa74e7335422dd5e074e0f38ec.zip | |
lowercase page titles
Diffstat (limited to 'theme/templates/page.html')
| -rw-r--r-- | theme/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index 96735a6..b670771 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block subtitle %} - {{ post.title }} | + {{ post.title }} - {% endblock %} {% block main %} <article> |
