1

Incorporate information about tours into the 'tournament' layout.

This commit is contained in:
vonavi
2014-03-27 17:44:35 +02:00
parent 0d593856df
commit 7c2a7cea4c
3 changed files with 16 additions and 0 deletions

View File

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