1

Improve the look of tournament tables, using the last version of tablesorter.

This commit is contained in:
vonavi
2014-03-22 14:31:04 +02:00
parent e62f314ad0
commit ae01cf4d3e
9 changed files with 40 additions and 67 deletions

View File

@@ -8,6 +8,7 @@ layout: default
</div>
<div class="col-xs-12">
{% stylesheet table %}
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
</div>