Added favicon, fixed docker tag

This commit is contained in:
Marc Ole Bulling
2021-03-12 11:57:05 +01:00
parent c0e84bf408
commit dcebeb3aed
9 changed files with 6 additions and 1 deletions
@@ -7,7 +7,7 @@ on:
pull_request:
env:
VERSION_NUMBER: 1.0
VERSION_NUMBER: "1.0"
jobs:
build:
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+1
View File
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
+4
View File
@@ -8,6 +8,10 @@
<link href="./assets/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
{{end}}
{{define "header_mid_admin"}}
<title>{{template "app_name"}} Admin</title>