Projet

Général

Profil

0001-templates-use-mobile-application-name-in-iOS-title-m.patch

Frédéric Péters, 10 juillet 2019 09:43

Télécharger (1,02 ko)

Voir les différences:

Subject: [PATCH] templates: use mobile application name in iOS title meta
 (#34712)

 templates/theme.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
templates/theme.html
22 22
    <meta name="theme-color" content="{{theme_color}}">
23 23
    <meta name="msapplication-navbutton-color" content="{{theme_color}}">
24 24
    {% endif %}
25
    <meta name="apple-mobile-web-app-title" content="{% firstof global_title site_title "Compte Citoyen" %}">
25
    <meta name="apple-mobile-web-app-title" content="{{ pwa_settings.get_application_name }}">
26 26
    <link rel="manifest" href="{{site_base}}/manifest.json">
27 27
    {% if pwa_display == "standalone" %}
28 28
    <meta name="apple-mobile-web-app-capable" content="yes">
29
-