Fix category

This commit is contained in:
Surinam 2018-11-22 10:06:49 +02:00
parent 6d8b9cc62f
commit 2d5a924f2f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<a href="<%- genre.url %>" class="sidebar-link"><%- genre.title %></a>
<% }); %>
<h4><%- page.l.genres %></h4>
<h4><%- page.l.countries %></h4>
<% page.urls.countries.slice(0,9).forEach(function(country) { %>
<a href="<%- country.url %>" class="sidebar-link"><%- country.title %></a>
<% }); %>