From 816a156d7979c5738d9f961c178387bd5b2dd5dd Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Fri, 17 Jul 2026 23:02:00 -0400 Subject: [PATCH] Fix default theme page title (#47) --- src/default-theme/layout.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/default-theme/layout.liquid b/src/default-theme/layout.liquid index 849c20c..6cc0844 100644 --- a/src/default-theme/layout.liquid +++ b/src/default-theme/layout.liquid @@ -4,7 +4,7 @@ - {{ page_title | strip_html }}{% if page_title %} « {% endif %}{{ web_log.name | strip_html }} + {{ page_title | strip_html }}{% if page_title <> "" %} « {% endif %}{{ web_log.name | strip_html }} {% page_head -%}