fix: proper Hugo assets pipeline for JS
All checks were successful
Deploy / deploy (push) Successful in 0s
All checks were successful
Deploy / deploy (push) Successful in 0s
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
<span>✦ Val's Dreamscape Journal ✦</span>
|
<span>✦ Val's Dreamscape Journal ✦</span>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
<script src='{{ "js/dreamscape.js" | relURL }}'></script>
|
{{ $js := resources.Get "js/dreamscape.js" | minify }}
|
||||||
|
<script src="{{ $js.RelPermalink }}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user