mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01: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:
parent
8058fda326
commit
8f0589cbf2
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user