2018-07-28 17:25:33 +00:00
|
|
|
.hero-widget
|
2019-10-01 16:02:33 +00:00
|
|
|
- if @instance_presenter.hero.present? || @instance_presenter.thumbnail.present?
|
|
|
|
.hero-widget__img
|
|
|
|
= image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url, alt: @instance_presenter.site_title
|
2018-07-28 17:25:33 +00:00
|
|
|
|
|
|
|
.hero-widget__text
|
2018-07-31 16:59:34 +00:00
|
|
|
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|