Skip to content

Commit

Permalink
Fixed fatal typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 6, 2015
1 parent e3d1f1d commit 7b3609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/posts.py
Expand Up @@ -78,7 +78,7 @@ def tl_ch():
deps_dict.pop('timeline')
for post in kw['timeline']:
if not post.is_translation_available(lang) and not self.site.config['SHOW_UNTRANSLATED_POSTS']:
return
continue
# Extra config dependencies picked from config
for p in post.fragment_deps(lang):
if p.startswith('####MAGIC####CONFIG:'):
Expand Down

0 comments on commit 7b3609e

Please sign in to comment.