The code powering m.abunchtell.com https://m.abunchtell.com
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456
  1. .hero-widget
  2. .hero-widget__img
  3. = image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('preview.jpg'), alt: @instance_presenter.site_title
  4. .hero-widget__text
  5. %p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)