1
Fork 0

Don't need 'tournament' sub-directory for tournaments.

master
vonavi 2014-02-02 00:00:46 +02:00
parent 9f5052cbc0
commit 82aea07629
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Турниры <b class="caret"></b></a>
<ul class="dropdown-menu">
{% for trn in site.data.tournaments %}
<li><a href="/tournaments/{{ trn.url }}">{{ trn.title }}</a></li>
<li><a href="/{{ trn.url }}">{{ trn.title }}</a></li>
{% endfor %}
</ul>
</li>