From bd6c0ad51d161fe1c79063d48bc74092b518d745 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 18 Nov 2020 15:52:01 +0100 Subject: [PATCH] Add robots / noindex to meta tags phpcs-errors:0 phpunit-status:successful phpstan-errors:1 --- functions/functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/functions.php b/functions/functions.php index 026a2ea..602a54e 100644 --- a/functions/functions.php +++ b/functions/functions.php @@ -108,6 +108,8 @@ function mdExceptionHandler(Throwable $exception):void { + + '; $output .= ' Error :: '; @@ -189,10 +191,11 @@ function printHTMLHead(string $injected = ""):string { <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta name="description" content="Validate import CSV files for museum-digital" /> - <meta name="theme-color" content="#FFF" /> <link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css" /> + <meta name="theme-color" content="#aa4400" /> <link rel="shortcut icon" sizes="128x128" href="assets/img/mdlogo-csvxml.svg" /> <script src="assets/js/csvxml-overview.min.js" type="text/javascript" defer></script> + <meta name="robots" content="noindex" /> <title>CSVXML :: museum-digital