1
Fork 0

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

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

View File

@ -1 +0,0 @@
//= require less/table.custom

View File

@ -9,6 +9,9 @@ keep_files: ['.gitkeep']
encoding: UTF-8
gems: ['jekyll-assets']
sass:
style: :compressed
#
# Plugin: jekyll-assets
#

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>

View File

@ -1,3 +1,7 @@
---
---
/* Tournament table */
table.tournament {