mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-01 16:10:07 +03:00
Merge commit 'ec4e6f9df2
' as 'docs'
This commit is contained in:
commit
a1900826b9
839 changed files with 44703 additions and 0 deletions
16
docs/static/js/owl.carousel-custom.js
vendored
Normal file
16
docs/static/js/owl.carousel-custom.js
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
$('.owl-carousel').owlCarousel({
|
||||
loop:true,
|
||||
margin:10,
|
||||
nav:true,
|
||||
autoplay:true,
|
||||
autoplayHoverPause:true,
|
||||
autoplayTimeout:3000,
|
||||
responsive:{
|
||||
0:{
|
||||
items:1
|
||||
},
|
||||
1000:{
|
||||
items:3
|
||||
},
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue