Skip to content

Commit

Permalink
Merge pull request #7 from yarikoptic/gh-pages
Browse files Browse the repository at this point in the history
RF: Episodes -> Lessons in the context menu
  • Loading branch information
yarikoptic authored Nov 1, 2017
2 parents e96ea68 + 865056b commit 4345c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul class="nav navbar-nav">
<li><a href="{{ root }}/reference/">Reference</a></li>
<li class="dropdown">
<a href="{{ root }}/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Episodes <span class="caret"></span></a>
<a href="{{ root }}/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Lessons <span class="caret"></span></a>
<ul class="dropdown-menu">
{% for episode in site.episodes %}
<li><a href="{{ root }}{{ episode.url }}">{{ episode.title }}</a></li>
Expand Down

0 comments on commit 4345c95

Please sign in to comment.