Skip to content

Commit 8c87c75

Browse files
style: add version suffix.
1 parent bca0a99 commit 8c87c75

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gotty/resources/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<title>Web Kubectl</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<link rel="icon" type="image/png" href="./terminal/favicon.png">
7-
<link rel="stylesheet" href="./terminal/css/index-lib.css"/>
8-
<link rel="stylesheet" href="./terminal/css/index.css"/>
9-
<script src="./terminal/js/index-lib.js"></script>
10-
<script src="./terminal/js/index.js"></script>
6+
<link rel="icon" type="image/png" href="./terminal/favicon.png?_t=#app.Version">
7+
<link rel="stylesheet" href="./terminal/css/index-lib.css?_t=#app.Version"/>
8+
<link rel="stylesheet" href="./terminal/css/index.css?_t=#app.Version"/>
9+
<script src="./terminal/js/index-lib.js?_t=#app.Version"></script>
10+
<script src="./terminal/js/index.js?_t=#app.Version"></script>
1111
</head>
1212

1313
<body ng-app="App" ng-cloak>

gotty/server/asset.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)