From 430423185fe6974e3fd59fdf45b726f351ab2696 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 5 May 2021 12:38:55 +0200 Subject: [PATCH] add a description tag in the section of the main page Otherwise search engines will show the garbage of the ASCII art. Thanks to Peter Liscovius for suggesting how to do this in PHP. This fixes https://savannah.gnu.org/bugs/?60511. --- index.php | 2 +- top.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index bff9a4b..5b64d34 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,4 @@ - + diff --git a/top.php b/top.php index e659035..bdea838 100644 --- a/top.php +++ b/top.php @@ -4,6 +4,9 @@ <?= $title ?> + + + -- 2.39.2