Skip to content

Commit

Permalink
Merge pull request #2766 from plentymarkets/hotfix/favicon_fallback
Browse files Browse the repository at this point in the history
ADD fallback to plugin config value if webstore config is empty
  • Loading branch information
felixdausch authored Apr 8, 2021
2 parents f5e1fd7 + ef3ef76 commit 2f3d5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/PageDesign/Partials/Head.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="plentymarkets" />

<link rel="icon" type="img/ico" href="{{ webstoreConfig.faviconPath }}">
<link rel="icon" type="img/ico" href="{{ webstoreConfig.faviconPath | default(ceresConfig.global.favicon) }}">

{% set canonicalUrl = services.url.getCanonicalURL() %}
{% set languageUrls = services.url.getLanguageURLs() %}
Expand Down

0 comments on commit 2f3d5fa

Please sign in to comment.