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

Moved meta tag to index.html which will be shown on mobile devices

This commit is contained in:
Thomas Basler 2018-06-03 16:21:31 +02:00
parent be6f2603e0
commit 098e7fff29
2 changed files with 5 additions and 5 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">

View File

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