##// END OF EJS Templates
Added missing braces.
damianavila -
Show More
@@ -38,7 +38,7 b' pre {'
38 38 <link rel="stylesheet" href="custom.css">
39 39
40 40 <!-- Loading mathjax macro -->
41 mathjax()
41 {{ mathjax() }}
42 42
43 43 </head>
44 44 {%- endblock header -%}
@@ -141,7 +141,7 b' dependencies: ['
141 141 </script>
142 142
143 143 <!-- Loading mathjax macro -->
144 mathjax()
144 {{ mathjax() }}
145 145
146 146 <script>
147 147 Reveal.addEventListener( 'slidechanged', function( event ) {
General Comments 0
You need to be logged in to leave comments. Login now