cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

1e8f4daeb96beae39861710a8f9cff3fdb2f4193

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-10-18T00:22:13Z

fix page titles for subpages
 theme/templates/page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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">