From d3b281e857ad0cb32558b88ab527751865a481c6 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 a1f9d1dc8..f8a2cfe52 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