The theme Taste has duplicate mention of favicon in head.hbs.
{{#if @config.custom.faviconUpload}}
<link rel="shortcut icon" href="{{@config.custom.faviconUpload}}" type="{{@config.custom.faviconExtension}}" />
{{/if}}
{{#if @config.custom.faviconUpload}}
<link rel="shortcut icon" href="{{@config.custom.faviconUpload}}" type="{{@config.custom.faviconExtension}}" />
{{/if}}
Do you have any Github projects for free themes where one can send PRs to?