We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1849bc4 commit 8e9842eCopy full SHA for 8e9842e
_layouts/recipe.html
@@ -8,7 +8,7 @@
8
<header>
9
<h1>
10
<a href="/">CoffeeScript Cookbook</a> »
11
- <a href="/chapters/{{ page.chapter | downcase }}">{{ page.chapter }}</a> »
+ <a href="/chapters/{{ page.chapter | replace: ' ', '_' | downcase }}">{{ page.chapter }}</a> »
12
{{ page.title }}
13
</h1>
14
<a href="/chapters">Chapter Index</a> |
0 commit comments