feat(): add support for bootstrap tables

This commit is contained in:
kendo5731 2016-02-04 22:34:05 +01:00
parent e2f0953b9b
commit b8e812859e
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ A theme for [Hugo](https://gohugo.io/), inspired by Atom editor.
This repo is a work in progress, there is still work to do, contributions are welcome !
- Support for bootstrap tables
- Support Twitter and Facebook share buttons
- Support pagination in list layout
- Support "dynamic" titles and descriptions

View File

@ -14,7 +14,7 @@ $bootstrap_path: "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap
//@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/type";
//@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/code";
@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/grid";
//@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tables";
@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/tables";
//@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/forms";
//@import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/buttons";