From 81e5333c10b3ecad9f8730687c6d7bd81a07dad7 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 11 Jan 2018 17:59:02 +0200 Subject: [PATCH] Remove meta description tag --- app/views/layouts/registrant/application.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/registrant/application.haml b/app/views/layouts/registrant/application.haml index 850deca2c..3692f58ae 100644 --- a/app/views/layouts/registrant/application.haml +++ b/app/views/layouts/registrant/application.haml @@ -3,7 +3,6 @@ %head %meta{charset: "utf-8"}/ %meta{content: "width=device-width, initial-scale=1", name: "viewport"}/ - %meta{content: "Full stack top-level domain (TLD) management.", name: "description"}/ %meta{content: "Gitlab LTD", name: "author"}/ - if content_for? :head_title = yield :head_title