I am seeing two errors in the console for missing files. Could be two separate issues, but they could be resolved as a single issue as well.
When I load the page a second time I don't see the favicon error, presumably because it's not checking every time.
$ jekyll serve
Configuration file: C:/Users/375492/Github/DoIT/dev.cityofchicago.org/_config.yml
Source: C:/Users/375492/Github/DoIT/dev.cityofchicago.org
Destination: C:/Users/375492/Github/DoIT/dev.cityofchicago.org/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 16.82 seconds.
Auto-regeneration: enabled for 'C:/path/to/project/dev.cityofchicago.org'
Server address: http://127.0.0.1:4000
Server running... press ctrl-c to stop.
[2018-12-28 11:46:37] ERROR `/fonts/font-awesome/fontawesome-webfont.ttf' not found.
[2018-12-28 11:46:38] ERROR `/favicon.ico' not found.
I am seeing two errors in the console for missing files. Could be two separate issues, but they could be resolved as a single issue as well.
When I load the page a second time I don't see the favicon error, presumably because it's not checking every time.