lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

commit 36636729f02a46724565f66143bea715c78a37c0
parent 50e0b75f04f6dfadb6089c74cc9f18b8984b9eec
Author: Chris <chris@echoz.io>
Date:   Wed,  1 Feb 2023 21:13:50 +0100

chore: move logo to images dir

Diffstat:
Mconfig.yaml | 2+-
Rstatic/logo.png -> static/images/logo.png | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml @@ -30,7 +30,7 @@ params: profileMode: enabled: true title: Lillehammer Pistolklubb - imageUrl: logo.png + imageUrl: images/logo.png subtitle: | Stiftet 9. oktober 1951 socialIcons: diff --git a/static/logo.png b/static/images/logo.png Binary files differ.