Add version bottom right
This commit is contained in:
parent
db742de1fa
commit
b44320c945
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div class="absolute bottom-2 right-3 text-xs text-gray-500">{{ env "VERSION" }}</div>
|
||||||
<div class="p-4 sm:p-6 lg:p-8 xl:container xl:py-12">{{ block "content" . }}{{ end }}</div>
|
<div class="p-4 sm:p-6 lg:p-8 xl:container xl:py-12">{{ block "content" . }}{{ end }}</div>
|
||||||
{{ block "js". }}{{ end }}
|
{{ block "js". }}{{ end }}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue