Code-dot-mil / code.mil

An experiment in open source at the Department of Defense.
https://www.code.mil
MIT License
1.28k stars 122 forks source link

Add favicon to the website #201

Closed BalajiJBcs closed 6 years ago

BalajiJBcs commented 6 years ago

The favicon for the code.mil is the US flag, but right now there is no mechanism to show favicon at code.mil adding the following snippet to header would fix the problem

<link rel="shortcut icon" type="image/x-icon" href="https://www.code.mil/assets/uswds/img/favicons/favicon-57.png"/> or

<link rel="shortcut icon" type="image/x-icon" href="assets/uswds/img/favicons/favicon-57.png" />

arichiv commented 6 years ago

Merging with #147