feat(): add support for bootstrap tables
This commit is contained in:
parent
e2f0953b9b
commit
b8e812859e
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue