Skip to content

Commit

Permalink
Fix #125 -- remove math typo in post.tmpl
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 30, 2017
1 parent 6f38969 commit 74c9231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v7/canterville/templates/post.tmpl
Expand Up @@ -57,7 +57,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>
2 changes: 1 addition & 1 deletion v7/detox/templates/post.tmpl
Expand Up @@ -80,7 +80,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)}

</footer>

Expand Down
2 changes: 1 addition & 1 deletion v7/hemingway/templates/post.tmpl
Expand Up @@ -45,6 +45,6 @@
</div>
</section>
% endif
${math.math_styles_ifpost(post)}
${math.math_scripts_ifpost(post)}
${comments.comment_link_script()}
</%block>

0 comments on commit 74c9231

Please sign in to comment.