Skip to content

Commit

Permalink
added version number to metatag on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
damongolding committed Jul 27, 2024
1 parent 8c32084 commit 73bfab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/views/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="version" content="{{ .KioskVersion }}" />
<title>Immich Kiosk</title>
<link rel="stylesheet" href="/assets/css/style.{{ .KioskVersion }}.css" />

Expand Down

0 comments on commit 73bfab2

Please sign in to comment.