1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-10 02:12:34 +02:00

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-05-21 13:23:20 +02:00
parent 84d61c04db
commit be6f2603e0

View File

@ -2,6 +2,11 @@
{% block title %}{{ title }}{% endblock %}
{%- block metas %}
{{super()}}
<meta name="apple-mobile-web-app-capable" content="yes">
{%- endblock metas %}
{%- block content %}
{{super()}}
{%- block footer %}