From 27646712e5b9fa70a196537f60e789a6e4d5aaca Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 18 May 2014 10:39:05 -0400 Subject: Add meta tag apple-mobile-web-app-capable --- templates/layout.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/layout.php b/templates/layout.php index b4e3ec48..399c5237 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -2,18 +2,24 @@ + + + + + + <?= isset($title) ? Helper\escape($title).' - Kanboard' : 'Kanboard' ?> -- cgit v1.2.3