From a8ba7bbacc03d98b8e61507f0fc2f2859edfc16e Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Fri, 23 Jun 2023 17:46:21 +0200 Subject: [PATCH] fix bug that was screwed in blog posts --- header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.tpl b/header.tpl index 7e10e40..f53ae46 100644 --- a/header.tpl +++ b/header.tpl @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>{$flatpress.TITLE}{$pagetitle} + {$flatpress.title|tag:wp_title:'«'} {action hook=wp_head}