Skip to content

Commit

Permalink
changed page title to learning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Howorka committed Feb 21, 2016
1 parent ac360dd commit d693025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tutorials/tutorials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 280,7 @@ def collect_translations(article):
context["getting_started"] = getting_started
context["tutorials_intro"] = tutorials_intro
context["of_book"] = of_book
context["title"] = "tutorials"
context["title"] = "learning"
context['categories'] = categories
short_tdst = os.path.join(self.kw['translations'][lang], "tutorials", "index.html")
tdst = os.path.normpath(os.path.join(self.kw['output_folder'], short_tdst))
Expand Down

0 comments on commit d693025

Please sign in to comment.