Rework favicon integration #5
Labels
No project
No assignees
1 participant
Notifications
Total time spent: 10 minutes
Due date
stephan.hadan
10 minutes
Depends on
#14 added favicons and replaced the links in site_header.html with a state of the art implementation.
public/hugo-internet-weblog
Reference: public/hugo-internet-weblog#5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implementation guideline:
For the browser using HTML:
If you’re making a PWA (Progressive Web App), also add this to the HTML:
<link rel="manifest" href="/manifest.webmanifest">
And a file with the web app manifest:
Maskable icons should have bigger paddings. The safe zone is a 409×409 circle. Use maskable.app to check your icon.
Every step should be documented in the README.md
Implementation is done this way:
First, use the download button to download the files listed below. Place the files in the root directory of your website.
Next, copy the following link tags and paste them into the head of your HTML.
Done and merged to main branch.