From 59ba6bbed44a43a3e00b9a68978a7a57d2c97973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 18 May 2014 10:40:59 -0400 Subject: [PATCH] Add meta tag apple-mobile-web-app-capable --- templates/layout.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/layout.php b/templates/layout.php index a26d18e..e84ee52 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -2,15 +2,19 @@ + <?= isset($title) ? Helper\escape($title) : 'Miniflux' ?> + + + - <?= isset($title) ? Helper\escape($title) : 'Miniflux' ?> +