1

Move the tournament-table stylesheet into directory 'assets'.

This commit is contained in:
vonavi
2014-07-01 16:51:17 +03:00
parent 4fd6db67d6
commit 2fb0e65a96
4 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ layout: default
<div class="col-xs-12">
<link rel="stylesheet" href="/assets/css/theme.blue.css">
{% stylesheet table %}
<link rel="stylesheet" href="/assets/css/table.custom.css">
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
</div>