File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ However there are many more than that! Below is just a sample of them.
27
27
28
28
<div class =" two-cols " >
29
29
<ul>
30
- {% for page in site.pages %}
31
- {% if page.categories contains "languages" %}
30
+ {% for page in site.languages %}
32
31
{% unless page.tags contains "forfun" %}
33
- <li><a href="{{ page.url }}">{{ page.title }}</a></li>
32
+ <li><a href="{{ page.url }}">{{ page.title }}</a></li>
34
33
{% endunless %}
35
- {% endif %}
36
34
{% endfor %}
37
35
</ul>
38
36
</div >
@@ -50,12 +48,10 @@ a long list of these languages!
50
48
51
49
<div class =" two-cols " >
52
50
<ul>
53
- {% for page in site.pages %}
54
- {% if page.categories contains "languages" %}
51
+ {% for page in site.languages %}
55
52
{% if page.tags contains "forfun" %}
56
- <li><a href="{{ page.url }}">{{ page.title }}</a></li>
53
+ <li><a href="{{ page.url }}">{{ page.title }}</a></li>
57
54
{% endif %}
58
- {% endif %}
59
55
{% endfor %}
60
56
</ul>
61
57
</div >
You can’t perform that action at this time.
0 commit comments