added tips-and-tricks route
All checks were successful
CI / update (push) Successful in 19s

This commit is contained in:
2024-10-28 17:00:43 +01:00
parent 367ea7a17e
commit aab1f7da9a
3 changed files with 131 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if(data.session){
<li><a href="/rezepte/category">Kategorie</a></li>
<li><a href="/rezepte/icon">Icon</a></li>
<li><a href="/rezepte/tag">Stichwörter</a></li>
<li><a href="/rezepte/tips-and-tricks">Tipps</a></li>
</ul>
<UserHeader slot=right_side {user}></UserHeader>
<slot></slot>