feature(web): ajouter footer et public/images/*

Aussi déplacer bouton admin vers footer
This commit is contained in:
Victor Lacasse-Beaudoin 2024-08-27 13:15:56 -04:00
parent 17d9082070
commit 31f377fcb8
11 changed files with 20 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -10,7 +10,7 @@ package public
import "embed"
//go:embed css/*.css js/*.js fonts/* icones/*
//go:embed css/*.css js/*.js fonts/* icones/* images/*
var publicFS embed.FS
func GetPublicFS() embed.FS {