Skip to content

Commit

Permalink
part of #1782
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 3, 2015
1 parent 071c3fa commit 1b1908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/post.py
Expand Up @@ -224,7 +224,7 @@ def __init__(
self.use_in_feeds = use_in_feeds and not is_draft and not is_private \
and not self.publish_later

# If mathjax is a tag, then enable mathjax rendering support
# If mathjax is a tag, or it's a ipynb post, then enable mathjax rendering support
self.is_mathjax = ('mathjax' in self.tags) or (self.compiler.name == 'ipynb')

# Register potential extra dependencies
Expand Down

0 comments on commit 1b1908b

Please sign in to comment.