Skip to content

fix: add missing favicon link to page-4.html#1

Open
borice1984 wants to merge 1 commit into
wilwaldon:mainfrom
borice1984:fix/page4-missing-favicon
Open

fix: add missing favicon link to page-4.html#1
borice1984 wants to merge 1 commit into
wilwaldon:mainfrom
borice1984:fix/page4-missing-favicon

Conversation

@borice1984

Copy link
Copy Markdown

What

Adds the missing <link rel="icon"> tag to page-4.html.

Why

Every other page in the static template includes a favicon link tag. page-4.html was the only one missing it, which causes a 404 request for /favicon.svg on every load of that page when deployed to S3 or any static host.

Change

<link rel="icon" type="image/svg+xml" href="favicon.svg">

One line added to <head>, consistent with all other pages.

All other pages in the static template include a favicon link tag;
page-4.html was the only page missing it, causing a 404 on every
page load when deployed to S3 or any static host.
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.

1 participant