some changes

This commit is contained in:
bronkuu 2026-08-13 17:58:25 +02:00
parent 8b97c5f71b
commit dda7365c75
2 changed files with 7 additions and 1 deletions

View file

@ -38,7 +38,7 @@ var Cakes = []types.Product{
}
var Desserts = []types.Product{
{Name: "Beza Pavlova", Image: "beza", Price: "10", Description: ""},
{Name: "Beza Pavlova", Image: "beza", Price: "12", Description: ""},
{Name: "Cannoli", Image: "cannoli", Price: "7/9", Description: ""},
{Name: "Cynamonki i Drożdżówki", Image: "cynamonki_drozdzowki", Price: "7", Description: ""},
{Name: "Serniczek cynamonowy lub oreo", Image: "serniczek_cynamonowy", Price: "9", Description: "na ciasteczkowym spodzie"},

View file

@ -188,6 +188,12 @@ templ layout(activePage string) {
</a>
</li>
</ul>
<h4 style="padding-top: 1.5em">Numer konta do zapłaty</h4>
<ul>
<li>
<span>XXXXXXXX</span>
</li>
</ul>
</div>
<p>&copy 2026 Piekarnik Gosi.</p>
</footer>