Commit d5f64539 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub
Browse files

Merge pull request #76 from gvwilson/last-episode

Fixing reference to 'last episode'
parents 6cb3ad62 506e0076
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ putting the extra files in `_extras` allows us to populate the "Extras" menu pul
To clarify what will appear where,
we store files that appear directly in the navigation bar
in the root directory of the lesson.
[The last episode]({{ page.root }}/03-organization/) describes these files.
[The next episode]({{ page.root }}/03-organization/) describes these files.

[github-importer]: https://import.github.com/
[jekyll]: http://jekyllrb.com/
+8 −0
Original line number Diff line number Diff line
<script src="{{ page.root }}/assets/js/jquery.min.js"></script>
<script src="{{ page.root }}/assets/js/bootstrap.min.js"></script>
<script src="{{ page.root }}/assets/js/lesson.js"></script>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-37305346-2', 'auto');
  ga('send', 'pageview');
</script>