add recipe counter
This commit is contained in:
parent
2b18176310
commit
e556e65707
@ -14,6 +14,11 @@ h1{
|
||||
margin-bottom: 0;
|
||||
font-size: 4rem;
|
||||
}
|
||||
.subheading{
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
</style>
|
||||
<svelte:head>
|
||||
<title>Bocken Rezepte</title>
|
||||
@ -25,6 +30,7 @@ h1{
|
||||
</svelte:head>
|
||||
|
||||
<h1>Rezepte</h1>
|
||||
<p class=subheading>{data.all_brief.length} Rezepte und stetig wachsend...</p>
|
||||
|
||||
<Search></Search>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user