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

Add Favicon #22

Merged
merged 13 commits into from
May 21, 2024
Merged

Add Favicon #22

merged 13 commits into from
May 21, 2024

Conversation

hf-krechan
Copy link
Collaborator

@hf-krechan hf-krechan commented May 20, 2024

I just followed this blog entry: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs

Not totally sure if this is the "angular" way ^^

Fixes #20

@hf-krechan hf-krechan marked this pull request as ready for review May 20, 2024 09:38
@hf-krechan hf-krechan requested a review from TommyBom May 20, 2024 09:38
<link rel="icon" href="/assets/favicon/hf_logo.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png"><!-- 180×180 -->
<link rel="manifest" href="/assets/favicon/manifest.webmanifest">
<nav class="mx-auto flex max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Global">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

header != head

Please use the index.html file. This component renders a header element in the html body.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved in 566d0ad

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope still there

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you copied it to the index.html, but forgot to remove it here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it, but I got some issues with git.
But now it should be gone ^^

d59dd54

Copy link
Collaborator

@TommyBom TommyBom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use index.html head file for link tags

src/site.webmanifest Outdated Show resolved Hide resolved
@hf-krechan hf-krechan requested a review from TommyBom May 20, 2024 10:09
@hf-krechan hf-krechan merged commit 222913f into main May 21, 2024
1 check passed
@hf-krechan hf-krechan deleted the add-favicon branch May 21, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Favicon
2 participants