internal/static: Refactor building process

This commit is contained in:
Tom Wiesing 2022-10-06 17:06:53 +02:00
parent 464b1bf5dd
commit 04c90fadac
No known key found for this signature in database
33 changed files with 33 additions and 43 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="stylesheet" href="/static/home/home.css">
<link rel="stylesheet" href="/static/autolink/autolink.css">
<link rel="stylesheet" href="/static/home/index.css">
<title>WissKI Distillery</title>
<h1>WissKI Distillery</h1>
@ -26,5 +25,4 @@
Generated at <code>{{ .Time }}</code>
</footer>
<script src="/static/autolink/autolink.js"></script>
<script src="/static/home/home.js"></script>
<script src="/static/home/index.js"></script>