Tournament 'Tabiyas': add the tournament table.
This commit is contained in:
12
_layouts/tournament.html
Normal file
12
_layouts/tournament.html
Normal 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>
|
||||
Reference in New Issue
Block a user