Copying layouts from old theme to new
This commit is contained in:
9
layouts/partials/js.html
Normal file
9
layouts/partials/js.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!-- Adding AOS -->
|
||||
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
||||
<script>
|
||||
AOS.init({
|
||||
duration: 1000,
|
||||
once: false,
|
||||
});
|
||||
</script>
|
||||
<!-- Finish AOS -->
|
||||
Reference in New Issue
Block a user