2018-07-28 13:25:33 -04:00
|
|
|
.hero-widget
|
|
|
|
.hero-widget__img
|
2019-03-15 10:05:31 -04:00
|
|
|
= image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('media/images/preview.jpg'), alt: @instance_presenter.site_title
|
2018-07-28 13:25:33 -04:00
|
|
|
|
|
|
|
.hero-widget__text
|
2018-07-31 12:59:34 -04:00
|
|
|
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|