Rename google_analytics.html to use a hyphen instead.

This commit is contained in:
Ned Batchelder
2015-09-03 14:19:21 -04:00
committed by David Baumgold
parent cb921fd7ff
commit 1d6e91404d
3 changed files with 2 additions and 2 deletions

View File

@@ -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}" />

View 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>