moves js and minifiy

This commit is contained in:
Drew 2025-03-17 17:52:15 -06:00
parent 7725b06ae9
commit 69382c66ba
3 changed files with 6 additions and 4 deletions

View File

@ -5,3 +5,6 @@ theme = "hugo-starter-tailwind-basic"
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"
[minify]
minifyOutput = true

View File

@ -24,5 +24,8 @@
<div class="px-4 lg:mx-auto"> <div class="px-4 lg:mx-auto">
{{ block "main" . }}{{ end }} {{ block "main" . }}{{ end }}
</div> </div>
<script src="/js/sigil.js"></script>
<script src="/js/colorCalculator.js"></script>
<script src="/js/wompum.js"></script>
</body> </body>
</html> </html>

View File

@ -6,7 +6,3 @@
<!-- 7x5 = 35 cells total --> <!-- 7x5 = 35 cells total -->
</div> </div>
</div> </div>
<script src="/js/sigil.js"></script>
<script src="/js/colorCalculator.js"></script>
<script src="/js/wompum.js"></script>