mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2026-01-09 13:17:56 -05:00
Extract scripts
This commit is contained in:
2
_includes/scripts.html
Normal file
2
_includes/scripts.html
Normal file
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user