1

Suppress Tablesorter files from being converted by 'jekyll-assets'.

This commit is contained in:
vonavi
2014-07-01 14:47:48 +03:00
parent 6691562085
commit 5522028450
8 changed files with 5 additions and 5 deletions

View File

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