-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update site-wide Favicon #79
Comments
The current site has no reference to any favicons in any of the HTML, nor are there any icon files that I can find in the site source. |
Join's favicon is here: https://join.tts.gsa.gov/favicon.ico |
Chatted with @katelandisgsa (Slack) and we're going to stick with the current favicon. We'll need to add the icon file to the _img folder, update the eleventy.js file for the image pass-through, and update meta.html to include the image. for meta.html: <link rel="icon" href="/favicon.ico" sizes="any"> for eleventy.js: // Copy `img/favicon/` to `_site/`
eleventyConfig.addPassthroughCopy({ "_img/favicon": "/" }); |
Favicon should be the same as JoinTTS
The text was updated successfully, but these errors were encountered: