Skip to content

Commit 8b64400

Browse files
committed
Fixed link to languages
1 parent 2459fe0 commit 8b64400

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

reference.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ However there are many more than that! Below is just a sample of them.
2727

2828
<div class="two-cols">
2929
<ul>
30-
{% for page in site.pages %}
31-
{% if page.categories contains "languages" %}
30+
{% for page in site.languages %}
3231
{% 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>
3433
{% endunless %}
35-
{% endif %}
3634
{% endfor %}
3735
</ul>
3836
</div>
@@ -50,12 +48,10 @@ a long list of these languages!
5048

5149
<div class="two-cols">
5250
<ul>
53-
{% for page in site.pages %}
54-
{% if page.categories contains "languages" %}
51+
{% for page in site.languages %}
5552
{% 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>
5754
{% endif %}
58-
{% endif %}
5955
{% endfor %}
6056
</ul>
6157
</div>

0 commit comments

Comments
 (0)