Adds a back link inside the recipes

This commit is contained in:
Miguel de la Cruz 2024-08-18 19:27:58 +02:00
parent c097db52ca
commit aa02133b9e
2 changed files with 1 additions and 1 deletions

View file

@ -10,6 +10,7 @@
<body> <body>
<main> <main>
<div id="content"> <div id="content">
<a href="."><---</a>
<h1>{{.name}}</h1> <h1>{{.name}}</h1>
{{if ne .url ""}} {{if ne .url ""}}

View file

@ -20,7 +20,6 @@ main {
#content img { #content img {
max-width: 90%; max-width: 90%;
max-height: 500px;
} }
.ingredient { .ingredient {