1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-07-14 09:48:21 +02:00

adds submenu capability

This commit is contained in:
Jan Schmitz
2022-08-29 10:11:29 +02:00
parent a8ff91e1ea
commit c76b51fb0b
14 changed files with 270 additions and 292 deletions

13
source/js/bootstrap.js vendored Normal file
View File

@ -0,0 +1,13 @@
//import {} from 'bootstrap/js/dist/alert'
//import {} from 'bootstrap/js/dist/button'
//import {} from 'bootstrap/js/dist/carousel'
//import {} from 'bootstrap/js/dist/collapse'
import {} from 'bootstrap/js/dist/dropdown'
//import {} from 'bootstrap/js/dist/index'
//import {} from 'bootstrap/js/dist/modal'
import {} from 'bootstrap/js/dist/popover'
//import {} from 'bootstrap/js/dist/scrollspy'
//import {} from 'bootstrap/js/dist/tab'
//import {} from 'bootstrap/js/dist/toast'
//import {} from 'bootstrap/js/dist/tooltip'
//import {} from 'bootstrap/js/dist/util'