diff --git a/README.md b/README.md index 8bb6d46..99f3f98 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/static/css/_custom-bootstrap.scss b/static/css/_custom-bootstrap.scss index 4b6dbd8..8a77222 100644 --- a/static/css/_custom-bootstrap.scss +++ b/static/css/_custom-bootstrap.scss @@ -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";