SpaceApi/website

Add favicon to website

Closed this issue · 6 comments

it appears someone already implemented this but your site hasn't been updated with the new file

<link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/favicon.ico">

<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> <link rel="icon" href="../favicon.ico" type="image/x-icon">

dbrgn commented

@TheWebTech I should have mentioned this, the icon simply needs to be put at the correct static file location for Pelican 🙂 I'll add a note to the PR.

@dbrgn check if PR #18 works.

dbrgn commented

@EkaanshArora it does not, the file has not been copied to the correct location. see instructions at #16.

@dbrgn Apologies, I think I made the required changes in the next commit.