Include numerusVersion to CSS and JavaScript’s URIs
This commit is contained in:
parent
e0bdb89472
commit
b4b049aab9
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ template "title" . }} — Numerus</title>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css?v={{ numerusVersion }}">
|
||||
<script src="/static/htmx@1.9.2.min.js"></script>
|
||||
<script type="module" src="/static/custom-elements@1.3.0.min.js"></script>
|
||||
<script type="module" src="/static/numerus.js"></script>
|
||||
<script type="module" src="/static/numerus.js?v={{ numerusVersion }}"></script>
|
||||
<script defer src="/static/alpinejs@3.12.0.min.js"></script>
|
||||
</head>
|
||||
<body class="filters-visible">
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
{{ define "content" }}
|
||||
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.invoice*/ -}}
|
||||
<link rel="stylesheet" type="text/css" href="/static/invoice.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/invoice.css?v={{ numerusVersion }}">
|
||||
<article class="invoice">
|
||||
<header>
|
||||
<div>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
{{ define "content" }}
|
||||
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.quote*/ -}}
|
||||
<link rel="stylesheet" type="text/css" href="/static/invoice.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/invoice.css?v={{ numerusVersion }}">
|
||||
<article class="invoice">
|
||||
<header>
|
||||
<div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ template "title" . }} — Numerus</title>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css?v={{ numerusVersion }}">
|
||||
</head>
|
||||
<body class="web">
|
||||
|
||||
|
|
Loading…
Reference in New Issue