File tree Expand file tree Collapse file tree 3 files changed +2
-46
lines changed Expand file tree Collapse file tree 3 files changed +2
-46
lines changed Original file line number Diff line number Diff line change 1
1
pygments : true
2
+ lsi : false
2
3
exclude :
3
4
- README
4
5
- CNAME
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ chapters:
14
14
- AJAX
15
15
---
16
16
17
- {% comment %} Hack to count up actual recipes {% endcomment %}
18
- {% capture recipe_count %}{% endcapture %}
19
17
20
18
{% for chapter in page.chapters %}
21
19
{% capture url %}/chapters/{{ chapter | replace: ' ', '_' | downcase }}{% endcapture %}
@@ -26,12 +24,10 @@ h2. <a href="{{ url }}">{{ chapter }}</a>
26
24
{% for page in site.pages %}
27
25
{% if page.url contains url %}
28
26
{% unless page.url == indexurl %}
29
- {% capture recipe_count %}word {{ recipe_count }}{% endcapture %}
30
- * <a href="{{ page.url | replace: '.html', '' }}">{{ page.title }}</a>
27
+ * <a href="{{ page.url | replace: '.html', '' }}">{{ page.title }}</a>
31
28
{% endunless %}
32
29
{% endif %}
33
30
{% endfor %}
34
31
{% endfor %}
35
32
36
- _The CoffeeScript Cookbook currently has {{ recipe_count | number_of_words }} recipes in {{ page.chapters | size }} chapters._
37
33
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments