Skip to content

Commit

Permalink
Fix math macro usage in base (h/t @gwax)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 22, 2017
1 parent 015ae64 commit d9ee04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nikola/data/themes/base-jinja/templates/post.tmpl
Expand Up @@ -44,7 +44,7 @@
{{ comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path) }}
</section>
{% endif %}
{{ math.math_styles_ifpost(post) }}
{{ math.math_scripts_ifpost(post) }}
</article>
{{ comments.comment_link_script() }}
{% endblock %}
2 changes: 1 addition & 1 deletion nikola/data/themes/base/templates/post.tmpl
Expand Up @@ -44,7 +44,7 @@
${comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path)}
</section>
% endif
${math.math_styles_ifpost(post)}
${math.math_scripts_ifpost(post)}
</article>
${comments.comment_link_script()}
</%block>

0 comments on commit d9ee04f

Please sign in to comment.