From 1de6f47ae5ac78f980825645bad0555cf7c8b044 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Sat, 29 Dec 2018 12:50:14 -0500 Subject: [PATCH] Remove title from visibility on page (#1418) --- app/views/articles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/articles/index.html.erb b/app/views/articles/index.html.erb index 6376f9dce..607301b0f 100644 --- a/app/views/articles/index.html.erb +++ b/app/views/articles/index.html.erb @@ -1,5 +1,5 @@ <%= content_for :page_meta do %> - <%= title_with_timeframe( + <% title_with_timeframe( page_title: "DEV Community 👩‍💻👨‍💻", timeframe: params[:timeframe], content_for: true)