aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-10-17 19:22:13 -0500
committerChristian Cleberg <hello@cleberg.net>2024-10-17 19:22:13 -0500
commit9dd10090a77dc89be446ec1a9adc22a57b98e582 (patch)
tree20e732ec4377d95a9ed522a0ed303ea456458aff /theme
parent8a45755f670eaf4baf20f1e857fe2aa0ce7efa69 (diff)
downloadcleberg.net-9dd10090a77dc89be446ec1a9adc22a57b98e582.tar.gz
cleberg.net-9dd10090a77dc89be446ec1a9adc22a57b98e582.tar.bz2
cleberg.net-9dd10090a77dc89be446ec1a9adc22a57b98e582.zip
fix page titles for subpages
Diffstat (limited to 'theme')
-rw-r--r--theme/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html
index 7a53b78..fb7afa9 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 role="article">