1

Improve the look of tournament table.

This commit is contained in:
vonavi
2014-03-19 22:15:01 +02:00
parent 6f208083fe
commit 9763b282f7
2 changed files with 4 additions and 3 deletions

View File

@@ -5,8 +5,9 @@ layout: default
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
<h1>{{ page.title }}</h1>
{{ content }}
<p></p>
</div>
<div class="col-xs-12">
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
</div>