Skip to content

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

@caedmon5

Description

@caedmon5

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 }}">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions