This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2018-07-28 19:25:33 +02:00
|
|
|
.hero-widget
|
|
|
|
.hero-widget__img
|
2019-03-15 15:05:31 +01: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 19:25:33 +02:00
|
|
|
|
|
|
|
.hero-widget__text
|
2018-07-31 18:59:34 +02:00
|
|
|
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|