internal/static: Refactor building process
This commit is contained in:
parent
464b1bf5dd
commit
04c90fadac
33 changed files with 33 additions and 43 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" href="/static/control/control.css">
|
||||
<link rel="stylesheet" href="/static/autolink/autolink.css">
|
||||
<link rel="stylesheet" href="/static/control/index.css">
|
||||
|
||||
<title>Distillery Status Page - {{ .Info.Slug }}</title>
|
||||
<h1 id="top">Distillery Status Page - {{ .Info.Slug }}</h1>
|
||||
|
|
@ -70,5 +69,4 @@
|
|||
Generated at <code>{{ .Time }}</code>
|
||||
</footer>
|
||||
|
||||
<script src="/static/autolink/autolink.js"></script>
|
||||
<script src="/static/control/control.js"></script>
|
||||
<script src="/static/control/index.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue