mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
doorlockd: templates: fix bug in meta tags
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
2ee9457908
commit
b7ba8ebe18
@ -3,6 +3,7 @@
|
||||
{%- block metas %}
|
||||
{{super()}}
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{%- endblock metas %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
{% block head %}{%- endblock head %}
|
||||
<title>{{ title }}</title>
|
||||
{% block meta %}{%- endblock meta %}
|
||||
{% block metas %}{%- endblock metas %}
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user