From fccc66c0833c95a8d3691088355de9750ca980e7 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 26 Jun 2013 22:10:00 -0400 Subject: [PATCH] Remove meta tags from 404 page No need for meta tags on a 404 page, so I deleted them. --- views/templates/not_found.slim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/views/templates/not_found.slim b/views/templates/not_found.slim index d92d0b2a..7a10b338 100644 --- a/views/templates/not_found.slim +++ b/views/templates/not_found.slim @@ -5,9 +5,6 @@ html title #{template_site_title @site.username} - Not Found - meta name="description" content="" - meta name="keywords" content="" - link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"