From 144aa54a15168ae05766cc137f5b7c8be1cd0e30 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Thu, 1 Jan 2015 17:12:36 +0100 Subject: Add Android theme color --- Tyrian.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Tyrian.php') diff --git a/Tyrian.php b/Tyrian.php index b8285c7..075eefe 100644 --- a/Tyrian.php +++ b/Tyrian.php @@ -55,5 +55,6 @@ $wgHooks['OutputPageBeforeHTML'][] = 'injectMetaTags'; function injectMetaTags( $out ) { $out->addMeta( 'viewport', 'width=device-width, initial-scale=1.0' ); + $out->addMeta( 'theme-color', '#54487a' ); return true; } -- cgit v1.2.3-65-gdbad