Don't need 'tournament' sub-directory for tournaments.
This commit is contained in:
parent
9f5052cbc0
commit
82aea07629
@ -17,7 +17,7 @@
|
|||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Турниры <b class="caret"></b></a>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Турниры <b class="caret"></b></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
{% for trn in site.data.tournaments %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user