diff options
author | lolcat <will@lolcat.ca> | 2023-11-07 08:04:56 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-07 08:04:56 -0500 |
commit | 785452873f0ee0a27fc157b482b7551560f0282d (patch) | |
tree | 4c70e240031ed3868425ca683c83ebfd378a9159 /template/images.html | |
parent | 64b090ee058953aed2246967332c7f0b6623cd8f (diff) |
fix typo
Diffstat (limited to 'template/images.html')
-rw-r--r-- | template/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/images.html b/template/images.html index 1c5b23a..a19ddeb 100644 --- a/template/images.html +++ b/template/images.html @@ -2,6 +2,6 @@ {%images%} </div> {%nextpage%} - <script src="/static/client.js?v3"></script> + <script src="/static/client.js?v{%version%}"></script> </body> </html> |