about summary refs log tree commit diff
path: root/app/views/application/_sidebar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application/_sidebar.html.haml')
-rw-r--r--app/views/application/_sidebar.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/application/_sidebar.html.haml b/app/views/application/_sidebar.html.haml
new file mode 100644
index 000000000..3d8832bb4
--- /dev/null
+++ b/app/views/application/_sidebar.html.haml
@@ -0,0 +1,6 @@
+.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
+    %p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)