Move the tournament-table stylesheet into directory 'assets'.
This commit is contained in:
parent
4fd6db67d6
commit
2fb0e65a96
@ -1 +0,0 @@
|
||||
//= require less/table.custom
|
@ -9,6 +9,9 @@ keep_files: ['.gitkeep']
|
||||
encoding: UTF-8
|
||||
gems: ['jekyll-assets']
|
||||
|
||||
sass:
|
||||
style: :compressed
|
||||
|
||||
#
|
||||
# Plugin: jekyll-assets
|
||||
#
|
||||
|
@ -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>
|
||||
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
/* Tournament table */
|
||||
|
||||
table.tournament {
|
Loading…
Reference in New Issue
Block a user