From 5f97533caacf165237276e5218bbec2e889f3736 Mon Sep 17 00:00:00 2001
From: Arjun Singh <arjun810@gmail.com>
Date: Mon, 12 Nov 2012 13:52:58 -0800
Subject: [PATCH] add meta tag for google verification

---
 lms/templates/main.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lms/templates/main.html b/lms/templates/main.html
index 87490a0..5d3fd29 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -19,6 +19,7 @@
   <%static:css group='ie-fixes'/>
   <![endif]-->
   <meta name="path_prefix" content="${MITX_ROOT_URL}">
+  <meta name="google-site-verification" content="_mipQ4AtZQDNmbtOkwehQDOgCxUUV2fb_C0b6wbiRHY" />
 
   % if not course:
   <%include file="google_analytics.html" />
--
libgit2 0.26.0