Skip to content

Commit

Permalink
Added support for Bootstrap table (alshedivat#1283)
Browse files Browse the repository at this point in the history
Added support for [Bootstrap Table](https://bootstrap-table.com/).
Haven't checked the impact on website loading, but I believe [this kind
of table](https://examples.bootstrap-table.com/#welcomes/from-data.html)
is way more useful for blog posts and projects pages.
  • Loading branch information
george-gca committed May 1, 2023
1 parent f3ff474 commit f33dc02
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
/Dockerfile filter=lfs diff=lfs merge=lfs -text
*.sh filter=lfs diff=lfs merge=lfs -text
*.yaml filter=lfs diff=lfs merge=lfs -text
*.json filter=lfs diff=lfs merge=lfs -text
4 changes: 2 additions & 2 deletions _includes/scripts/misc.html
Git LFS file not shown
3 changes: 3 additions & 0 deletions _posts/2023-03-21-tables.md
Git LFS file not shown
4 changes: 2 additions & 2 deletions _sass/_base.scss
Git LFS file not shown
4 changes: 2 additions & 2 deletions _sass/_themes.scss
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/js/common.js
Git LFS file not shown
3 changes: 3 additions & 0 deletions assets/js/no_defer.js
Git LFS file not shown
4 changes: 2 additions & 2 deletions assets/js/theme.js
Git LFS file not shown
3 changes: 3 additions & 0 deletions assets/json/table_data.json
Git LFS file not shown

0 comments on commit f33dc02

Please sign in to comment.