pidgin/nest

Move favicon code into its partial instead of custom-header

18 months ago, Elliott Sales de Andrade
bd9962a8147b
Move favicon code into its partial instead of custom-header

Not sure why it's here instead of the partial that's made for it.

Testing Done:
Compared rendered html before and after, and favicon code is still there, just moved around a little.

Reviewed at https://reviews.imfreedom.org/r/1928/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}