diff --git a/blueprint/template.php b/blueprint/template.php
index b057e63..3238df7 100644
--- a/blueprint/template.php
+++ b/blueprint/template.php
@@ -94,7 +94,7 @@ function blueprint_preprocess_page(&$vars) {
     $vars['body_classes'] .= ' col-1 ';
   }
 
-  $vars['meta'] = '';
+  //$vars['meta'] = '';
   // SEO optimization, add in the node's teaser, or if on the homepage, the mission statement
   // as a description of the page that appears in search engines
   if ($vars['is_front'] && $vars['mission'] != '') {
