Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Updating a theme

  • #10347
    Avatar photo[anonymous]

    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?

    #10353
    Avatar photoBob

    Thanks for reporting this issue.
    We’re currently in the process of updating all of our themes with some new stuff, so we will fix it soon.