Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions assets/img/favicon/README.md

This file was deleted.

Binary file modified assets/img/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/img/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="assets/img/favicon/mstile-150x150.png?v=rMqRMOG9oX"/>
<TileColor>#ff0000</TileColor>
<square150x150logo src="/assets/img/favicon/mstile-150x150.png"/>
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified assets/img/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicon/favicon.ico
Binary file not shown.
19 changes: 0 additions & 19 deletions assets/img/favicon/favicon.json

This file was deleted.

11 changes: 0 additions & 11 deletions assets/img/favicon/html_code.html

This file was deleted.

Binary file added assets/img/favicon/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicon/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 0 additions & 37 deletions assets/img/favicon/safari-pinned-tab.svg

This file was deleted.

19 changes: 19 additions & 0 deletions assets/img/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "LocalGovDrupal",
"short_name": "LocalGovDrupal",
"icons": [
{
"src": "/assets/img/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "browser"
}
9 changes: 7 additions & 2 deletions templates/system/html.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@
<head-placeholder token="{{ placeholder_token }}">
<title>{{ head_title|safe_join(' | ') }}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="apple-touch-icon" sizes="180x180" href="/{{ base_path ~ directory }}/assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/{{ base_path ~ directory }}/assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/{{ base_path ~ directory }}/assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/{{ base_path ~ directory }}/assets/img/favicon/favicon.json">
<link rel="mask-icon" href="/{{ base_path ~ directory }}/assets/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="manifest" href="/{{ base_path ~ directory }}/assets/img/favicon/site.webmanifest">
<link rel="shortcut icon" href="/{{ base_path ~ directory }}/assets/img/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-config" content="/{{ base_path ~ directory }}/assets/img/favicon/browserconfig.xml">
<meta name="msapplication-TileImage" content="/{{ base_path ~ directory }}/assets/img/favicon/mstile-144x144.png">
<meta name="msapplication-TileImage" content="/{{ base_path ~ directory }}/assets/img/favicon/mstile-310x310.png">
<meta name="theme-color" content="#000000">

<css-placeholder token="{{ placeholder_token }}">
Expand Down