1

Tournament 'Tabiyas': add the tournament table.

This commit is contained in:
vonavi
2014-03-04 21:29:23 +02:00
parent b89c7ae363
commit db450225ea
3 changed files with 234 additions and 1 deletions

12
_layouts/tournament.html Normal file
View File

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