images
This commit is contained in:
parent
c489aa7f3d
commit
f8f6e7d913
141 changed files with 342 additions and 99 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue