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: implictly include favicon at layout template #668

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

ivnnv
Copy link
Contributor

@ivnnv ivnnv commented Nov 14, 2023

Just adding the favicon as its not showing

@@ -22,6 +22,8 @@
{{/if}}
<link rel="stylesheet" href="{{ basePath }}/dashboard.css">
<script>hljs.initHighlightingOnLoad();</script>
<!-- Favicon -->
<link rel="shortcut icon" href="{{ basePath }}/favicon.ico" type="image/x-icon">
Copy link
Collaborator

Choose a reason for hiding this comment

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

what about passing it as a new option like customCssPath, also this should be optional, only if customFavicon is provided:

{{#if customFavicon}}
    <link rel="shortcut icon" href="{{ customFavicon }}" type="image/x-icon">
{{/if}}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, I think I dont understand the comment, why having something like a custom favicon?
This PR intention is just showing the one that is already present at /public/favicon.ico but its not used.

Copy link
Collaborator

Choose a reason for hiding this comment

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

hey @ivnnv I tried your change locally, lgtm thank you

@roggervalf roggervalf merged commit a107ad9 into bee-queue:master Feb 8, 2024
beequeueci pushed a commit that referenced this pull request Feb 8, 2024
### [4.1.1](v4.1.0...v4.1.1) (2024-02-08)

### Bug Fixes

* **layouts:** include favicon at layout template ([#668](#668)) ([a107ad9](a107ad9))
@beequeueci
Copy link
Collaborator

🎉 This PR is included in version 4.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants