Skip to content

Commit 94275d5

Browse files
authored
Update default.html
1 parent c56d022 commit 94275d5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: _layouts/default.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
<title>{{ page.title }}</title>
55
<!-- link to main stylesheet -->
66
<link rel="stylesheet" type="text/css" href="/css/main.css">
7-
{% if page.usemathjax %}
7+
<!-- Mathjax Support -->
88
<script type="text/javascript" async
9-
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
10-
</script>
11-
{% end if %}
9+
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
10+
</script>
1211
</head>
1312
<body>
1413
<nav>

0 commit comments

Comments
 (0)