From 3b7350299c92ff6de3b7980791657de1f5269e48 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 17 May 2020 06:23:23 +0200 Subject: [PATCH] head: title as og:name property, clean up description Satisfy automated SEO warnings about missing title (wanting an explicit tag) and recommended summary length (fitting some long paragraphs by omitting inconsequential spaces). --- head.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/head.inc.php b/head.inc.php index 2b29afc..34e0d04 100644 --- a/head.inc.php +++ b/head.inc.php @@ -3,10 +3,10 @@ title) { ?> - <?= htmlspecialchars($Article->safetitle) ?> + <?= htmlspecialchars($Article->safetitle) ?> teaser) { ?> - + -- 2.30.0