change banner logo
ci/woodpecker/push/woodpecker Pipeline was successful Details

Signed-off-by: Loïc Dachary <loic@dachary.org>
master
Loïc Dachary 2022-09-06 08:13:14 +10:00
parent df5e5bea44
commit a49829fdf7
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div align="center">
<img width="80px" alt="Gna! logo" src="./static/tmp-logo.png" />
<img width="80px" alt="Gna! logo" src="./static/gna-log-rectangle.png" />
<h1>Gna! Website</h1>
[![status-badge](https://woodpecker.gna.org/api/badges/Hostea/website/status.svg)](https://woodpecker.hostea.org/Hostea/website)

View File

@ -25,7 +25,7 @@
<div class="index-banner__logo-container">
<img
class="index-banner__logo"
src="{{ get_url(path='/tmp-logo.png', cachebust=true) }}"
src="{{ get_url(path='/gna-log-rectangle.png', cachebust=true) }}"
alt="Gna! logo"
/>
</div>