Add version bottom right

This commit is contained in:
Florian Hoss 2023-06-23 12:21:11 +02:00
parent db742de1fa
commit b44320c945

View file

@ -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>