From 8d719b97825eecf324f4cf763dc08d3b59282f40 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 26 Jan 2021 22:27:54 +0100 Subject: [PATCH] head: self link as canonical url instead of og:url Reflect actual intent, probably with identical results. Pages should (only?) specify an original og:url in case of later renames. --- head.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.inc.php b/head.inc.php index 5aec716..9bcae17 100644 --- a/head.inc.php +++ b/head.inc.php @@ -14,7 +14,7 @@ - + head)) print $Page->head; ?> -- 2.30.0