templates: Add apple compatibility drivel
Add meta tag to let apple devices know about their capabilities.
This commit is contained in:
parent
73092c3a10
commit
be9da23070
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ config.description }}">
|
||||
<title>{% block title %}{% endblock title %}</title>
|
||||
|
|
Loading…
Reference in a new issue