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