Skip to content

Commit a1a4264

Browse files
committedApr 12, 2017
Drop mathjax_config from base_helper.tmpl
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 94eccde commit a1a4264

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed
 

‎nikola/data/themes/base-jinja/templates/base_helper.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ lang="{{ lang }}">
5959
<link rel="next" href="{{ nextlink }}" type="text/html">
6060
{% endif %}
6161

62-
{{ mathjax_config }}
6362
{% if use_cdn %}
6463
<!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
6564
{% else %}

‎nikola/data/themes/base/templates/base_helper.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ lang="${lang}">
5959
<link rel="next" href="${nextlink}" type="text/html">
6060
%endif
6161

62-
${mathjax_config}
6362
%if use_cdn:
6463
<!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
6564
%else:

‎nikola/data/themes/bootstrap3-jinja/templates/base_helper.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ lang="{{ lang }}">
6464
<link rel="next" href="{{ nextlink }}" type="text/html">
6565
{% endif %}
6666

67-
{{ mathjax_config }}
6867
{% if use_cdn %}
6968
<!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
7069
{% else %}

‎nikola/data/themes/bootstrap3/templates/base_helper.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ lang="${lang}">
6464
<link rel="next" href="${nextlink}" type="text/html">
6565
%endif
6666

67-
${mathjax_config}
6867
%if use_cdn:
6968
<!--[if lt IE 9]><script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
7069
%else:

0 commit comments

Comments
 (0)
Please sign in to comment.