We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e6d12 commit 635b797Copy full SHA for 635b797
_layouts/news.html
@@ -29,7 +29,7 @@ <h1>{{ page.title }}</h1>
29
<h3>News Archive</h3>
30
31
<ul class="menu">
32
- {% for post in site.categories.news %}
+ {% for post in site.categories[page.lang] %}
33
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
34
{% endfor %}
35
</ul>
0 commit comments