aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-06 00:34:57 -0600
committerChristian Cleberg <[email protected]>2026-03-06 00:34:57 -0600
commit306590904d1012fa74e7335422dd5e074e0f38ec (patch)
tree3a4797eda6d74b48d6c2e719dc66a666d6101b20 /theme/templates/post.html
parentcc998780182e05904235d4e2ba98700bd7402174 (diff)
downloadcleberg.net-306590904d1012fa74e7335422dd5e074e0f38ec.tar.gz
cleberg.net-306590904d1012fa74e7335422dd5e074e0f38ec.tar.bz2
cleberg.net-306590904d1012fa74e7335422dd5e074e0f38ec.zip
lowercase page titles
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r--theme/templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 780a959..8cc9e2e 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %} {% block subtitle %} {{ post.title }} | {% endblock %}
+{% extends "base.html" %} {% block subtitle %} {{ post.title }} - {% endblock %}
{% block meta %}
<meta property="og:title" content="{{ post.title }}" />
<meta property="og:url" content="{{ post.url }}" />