From 7b760d60c5a8c4a88e8b01f2320df40d58a362a5 Mon Sep 17 00:00:00 2001 From: nightpool Date: Mon, 12 Mar 2018 21:10:40 -0400 Subject: [PATCH] hide header image w/o css --- app/views/about/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 6eb31c567..db568d762 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -8,7 +8,7 @@ = render partial: 'shared/og' .landing-page.alternative - .header + .header{ style: 'display: none' } = image_tag asset_pack_path('header-cybre-alt.jpg'), alt: @instance_presenter.site_title .container .grid