Added Apple specific meta tag

This meta tag leads to a real full screen app.
See https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html
This commit is contained in:
Thomas Basler 2018-06-03 16:42:10 +02:00 committed by Ralf Ramsauer
parent 8058fda326
commit 8f0589cbf2
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
{% extends "layout.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{%- block metas %}
{{super()}}
<meta name="apple-mobile-web-app-capable" content="yes">
{%- endblock metas %}
{% block content %}
<h1 class="text-center">Binary Kitchen Doorlock</h1>
<div class="row">