Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the favicon #152

Closed
gissoo opened this issue Apr 17, 2023 · 0 comments
Closed

Implement the favicon #152

gissoo opened this issue Apr 17, 2023 · 0 comments
Assignees
Labels
🛠️ chore One-off task or update

Comments

@gissoo
Copy link
Contributor

gissoo commented Apr 17, 2023

  • The favicon files are placed in the static folder on the top level.
  • Here is the code that was generated to be placed in the
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#61514b">
<meta name="msapplication-TileColor" content="#61514b">
<meta name="theme-color" content="#ffffff">

@gissoo gissoo mentioned this issue Apr 17, 2023
rlskoeser added a commit that referenced this issue Apr 18, 2023
rlskoeser added a commit that referenced this issue Apr 18, 2023
@rlskoeser rlskoeser added the 🛠️ chore One-off task or update label Apr 24, 2023
rlskoeser added a commit that referenced this issue Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ chore One-off task or update
Projects
None yet
Development

No branches or pull requests

2 participants