Extract scripts
This commit is contained in:
parent
adda19a88b
commit
632b1113d2
|
@ -0,0 +1,2 @@
|
|||
<script src="{{ '/assets/js/main.js' | relative_url }}"></script>
|
||||
<script src="{{ '/assets/js/smooth-scroll.js' | relative_url }}"></script>
|
|
@ -10,9 +10,6 @@
|
|||
|
||||
<main class="bg-white text-black flex flex-col">{{ content }}</main>
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
|
||||
<script src="{{ '/assets/js/main.js' | relative_url }}"></script>
|
||||
<script src="{{ '/assets/js/smooth-scroll.js' | relative_url }}"></script>
|
||||
{% include footer.html %} {% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue