Skip to content

Commit

Permalink
update favicon to new logo (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra authored Oct 23, 2024
1 parent 1853857 commit af4f242
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 52 deletions.
14 changes: 8 additions & 6 deletions themes/probelab/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"start_url": "{{ "/" | relURL }}",
"scope": "{{ "/" | relURL }}",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "{{ "favicon/android-chrome-192x192.png" | relURL }}",
"src": "{{ "favicon/web-app-manifest-192x192.png" | relURL }}",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "{{ "favicon/android-chrome-512x512.png" | relURL }}",
"src": "{{ "favicon/web-app-manifest-512x512.png" | relURL }}",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
]
}
10 changes: 6 additions & 4 deletions themes/probelab/layouts/partials/docs/html-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@

{{- $manifest := resources.Get "manifest.json" | resources.ExecuteAsTemplate "manifest.json" . }}
<link rel="manifest" href="{{ $manifest.RelPermalink }}">
<link rel="apple-touch-icon" sizes="180x180" href="{{ "favicon/apple-touch-icon.png" | relURL }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon/favicon-32x32.png" | relURL }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon/favicon-16x16.png" | relURL }}">
<link rel="mask-icon" href="{{ "favicon/safari-pinned-tab.svg" | relURL }}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<link rel="icon" type="image/png" href="{{ "favicon/favicon-48x48.png" | relURL }}" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="{{ "favicon/favicon.svg" | relURL }}" />
<link rel="shortcut icon" href="{{ "favicon/favicon.ico" | relURL }}" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}" />
<meta name="apple-mobile-web-app-title" content="ProbeLab" />


<script defer data-domain="probelab.io" src="https://plausible.io/js/script.js"></script>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified themes/probelab/static/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.
9 changes: 0 additions & 9 deletions themes/probelab/static/favicon/browserconfig.xml

This file was deleted.

Binary file removed themes/probelab/static/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed themes/probelab/static/favicon/favicon-32x32.png
Binary file not shown.
Binary file added themes/probelab/static/favicon/favicon-48x48.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 themes/probelab/static/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions themes/probelab/static/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed themes/probelab/static/favicon/mstile-150x150.png
Binary file not shown.
33 changes: 0 additions & 33 deletions themes/probelab/static/favicon/safari-pinned-tab.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af4f242

Please sign in to comment.