This commit is contained in:
bronkuu 2026-05-27 16:23:55 +02:00
parent c489aa7f3d
commit f8f6e7d913
141 changed files with 342 additions and 99 deletions

View file

@ -17,7 +17,7 @@ templ layout(activePage string) {
<nav>
<div>
<a href="index.html">
<img alt="logo" src="images/logo.png"/>
@AvifImage("logo.png", "logo")
</a>
<div>
@Link(activePage, "index", "Strona Główna")
@ -32,7 +32,7 @@ templ layout(activePage string) {
<footer id="footer">
<div>
<div>
<img alt="logo" src="images/logo.png" style="width: 14rem"/>
@AvifImage("logo.png", "logo")
<p>Pasja, natura i domowy smak w każdym kawałku ciasta.</p>
</div>
</div>