This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-07-28 10:25:33 -07:00
|
|
|
.hero-widget
|
|
|
|
.hero-widget__img
|
|
|
|
= image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('preview.jpg'), alt: @instance_presenter.site_title
|
|
|
|
|
|
|
|
.hero-widget__text
|
2018-07-31 09:59:34 -07:00
|
|
|
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|