2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Masterbaking early in the morn'< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | Masterbaking early in the morn'< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > So yeah.< / p >
2020-06-24 07:10:07 +00:00
< p > I’ ve got about 120 dolmadakia, 100 spanikopetes, and 50 cookies done.< / p >
2020-04-25 06:35:06 +00:00
< p > Still have six loaves of bread to do, but two are already on their way into the oven.< / p >
2020-06-24 07:10:07 +00:00
< p > I’ ll make a bigger post about it in a bit with pictures and recipes and what not., but basically, I’ m catering my choir’ s concert. Y’ all should come, if you want :o) 7 PM at the UCA in Runyan Hall. It’ s free, but donations are accepted - it is, after all, a benefit concert< / p >
2020-04-25 06:35:06 +00:00
< / article >
< footer >
< p > Page generated on 2006-09-25 12:06:44< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:35:06 +00:00
< / body >
< / html >