aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index dbf7079..23464e6 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -33,10 +33,10 @@
{{ end }}
<meta name="theme-color" content="{{ theme_color .theme }}">
- <link rel="stylesheet" type="text/css" href="{{ route "stylesheet" "name" .theme }}">
+ <link rel="stylesheet" type="text/css" href="{{ route "stylesheet" "name" .theme }}?{{ .theme_checksum }}">
- <script type="text/javascript" src="{{ route "javascript" "name" "app" }}" defer></script>
- <script type="text/javascript" src="{{ route "javascript" "name" "sw" }}" defer id="service-worker-script"></script>
+ <script type="text/javascript" src="{{ route "javascript" "name" "app" }}?{{ .app_js_checksum }}" defer></script>
+ <script type="text/javascript" src="{{ route "javascript" "name" "sw" }}?{{ .sw_js_checksum }}" defer id="service-worker-script"></script>
</head>
<body data-entries-status-url="{{ route "updateEntriesStatus" }}">
{{ if .user }}