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

default.html builds with hardcoded favicon (logo.png) rather than the value of favicon in config.yml #200

Open
caedmon5 opened this issue Jun 22, 2022 · 0 comments

Comments

@caedmon5
Copy link

caedmon5 commented Jun 22, 2022

There needs to be a change in default.html, because the page is not built with the favicon referenced in config.yml.

Solution:
Change:
<link rel="icon" href="{{ site.baseurl }}/assets/images/logo.png">
to:
<link rel="icon" href="{{ site.baseurl }}/{{ site.favicon }}">

sdahlberg added a commit to TOP-Squad/top-squad.github.io that referenced this issue Jul 10, 2022
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

No branches or pull requests

1 participant