Copying layouts from old theme to new

This commit is contained in:
2020-05-31 05:21:00 +01:00
parent 3503ec15d8
commit 9dbf2d80d7
28 changed files with 882 additions and 0 deletions

9
layouts/partials/js.html Normal file
View 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 -->