Skip to content

Commit

Permalink
feat: refers to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Oct 10, 2023
1 parent ffee2bb commit 8651d7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<link rel="icon" sizes="128x128" type="image/png" href="{{ path('core-favicon') }}" />
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="{{ path('core-apple-touch-icon') }}">
<link rel="manifest" href="{{ path('core-site-webmanifest') }}" />

{%- block extraheader %}{% endblock %}
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{%- block stylesheets %}{% endblock %}
<link rel="icon" sizes="128x128" type="image/png" href="{{ path('core-favicon') }}" />
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="{{ path('core-apple-touch-icon') }}">
<link rel="manifest" href="{{ path('core-site-webmanifest') }}" />
{%- block extraheader %}{% endblock %}
</head>
<body{% with { attr: body_attr|default([]) } %}{{ block('attributes', '@EMSAdminUI/bootstrap5/base/helpers.html.twig') }}{% endwith %}>
Expand Down
1 change: 1 addition & 0 deletions EMS/core-bundle/src/Resources/views/base-light.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

<link rel="icon" sizes="128x128" type="image/png" href="{{ path('core-favicon') }}" />
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="{{ path('core-apple-touch-icon') }}">
<link rel="manifest" href="{{ path('core-site-webmanifest') }}" />

{%- block extraheader %}{% endblock %}
</head>
Expand Down
1 change: 1 addition & 0 deletions EMS/core-bundle/src/Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

<link rel="icon" sizes="128x128" type="image/png" href="{{ path('core-favicon') }}" />
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="{{ path('core-apple-touch-icon') }}">
<link rel="manifest" href="{{ path('core-site-webmanifest') }}" />

{%- block extraheader %}{% endblock %}
</head>
Expand Down
1 change: 1 addition & 0 deletions EMS/core-bundle/src/Resources/views/user/login.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<link rel="icon" sizes="128x128" type="image/png" href="{{ path('core-favicon') }}" />
<link rel="apple-touch-icon" sizes="128x128" type="image/png" href="{{ path('core-apple-touch-icon') }}">
<link rel="manifest" href="{{ path('core-site-webmanifest') }}" />
</head>
<body class="hold-transition login-page">
<div class="login-box">
Expand Down

0 comments on commit 8651d7d

Please sign in to comment.