Skip to content

Commit

Permalink
define missing else case
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Aug 10, 2017
1 parent c955efc commit d520836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/repair-cafe/pages/cafe.htm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
{% set header_image_url = cafeDetail.cafe.image.path %}
{% elseif this.theme.repair_cafe_default_image is not empty %}
{% set header_image_url = this.theme.repair_cafe_default_image|media %}
{% else %}
{% set header_image_url = null %}
{% endif%}
{% partial 'components/page-header' title=cafeDetail.cafe.title header_image_url=header_image_url %}
<div class="page-content">
Expand Down

0 comments on commit d520836

Please sign in to comment.