Commit 1d6e9140 by Ned Batchelder Committed by David Baumgold

Rename google_analytics.html to use a hyphen instead.

parent cb921fd7
......@@ -17,7 +17,7 @@ from edxmako.shortcuts import marketing_link
ga=microsite.get_value('google_analytics_file', 'theme-google-analytics.html')
)
else:
google_analytics_file = '../google_analytics.html'
google_analytics_file = '../google-analytics.html'
%>
<%include file="${google_analytics_file}" />
......
......@@ -100,7 +100,7 @@ from branding import api as branding_api
<meta name="path_prefix" content="${EDX_ROOT_URL}">
<meta name="google-site-verification" content="_mipQ4AtZQDNmbtOkwehQDOgCxUUV2fb_C0b6wbiRHY" />
<%static:optional_include_mako file="google_analytics.html" with_microsite=True />
<%static:optional_include_mako file="google-analytics.html" with_microsite=True />
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment