8 lines
461 B
Plaintext
8 lines
461 B
Plaintext
.hero-widget
|
|
- 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
|
|
|
|
.hero-widget__text
|
|
%p= @instance_presenter.site_short_description.html_safe.presence || @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|