Wanted Card + Fixs
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
|
||||
<meta name="description" content="Public services panel">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
|
||||
<title>Vision - {% block title %}{% trans %}page_title{% endtrans %}{% endblock %}</title>
|
||||
<!-- HTML5 Shim and Respond.js IE11 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
@@ -13,6 +12,21 @@
|
||||
<![endif]-->
|
||||
<!-- Meta -->
|
||||
|
||||
<meta name="description" content="Vision, web software for public services">
|
||||
<meta name="author" content="@GameXperiencefr @Xbird_">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="{{ app.request.requesturi }}" />
|
||||
<meta name="twitter:title" content="Vision - {{ block('title') }}" />
|
||||
<meta name="twitter:description" content="Vision {{ vision_version() }}, web software for public services" />
|
||||
<meta name="twitter:image" content="{{ asset('img/vision_long_2100x250.svg') }}" />
|
||||
<meta name="og:title" content="Vision - {{ block('title') }}" />
|
||||
<meta name="og:url" content="{{ app.request.requesturi }}" />
|
||||
<meta name="og:site_name" content="Vision - {{ block('title') }}" />
|
||||
<meta name="og:description" content="Vision {{ vision_version() }}, web software for public services" />
|
||||
<meta name="og:type" content="Website" />
|
||||
<meta name="og:image" content="{{ asset('img/vision_long_2100x250.svg') }}" />
|
||||
|
||||
<!-- Favicon icon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
|
||||
Reference in New Issue
Block a user