Skip to content

Commit

Permalink
make sure relative_root_path is in scope in the episode navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Aug 23, 2018
1 parent 52d301e commit d498f87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/episode_navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{% comment %}
For some reason, the relative_root_path seems out of scope in this file, so we
need to re-assign it here
{% endcomment %}

{% include base_path.html %}

{% comment %}
Navigation bar for an episode.
{% endcomment %}

<div class="row">
<div class="col-xs-1">
<h3 class="text-left">
Expand Down

0 comments on commit d498f87

Please sign in to comment.