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/blog.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/blog.html')
| -rw-r--r-- | theme/templates/blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html index fabdff1..0b690ab 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} {% block subtitle %}Blog | {% endblock %} {% block +{% extends "base.html" %} {% block subtitle %}blog - {% endblock %} {% block main %} <h1>Blog</h1> <p> |
