Adds a back link inside the recipes
This commit is contained in:
parent
c097db52ca
commit
aa02133b9e
2 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
<body>
|
||||
<main>
|
||||
<div id="content">
|
||||
<a href="."><---</a>
|
||||
<h1>{{.name}}</h1>
|
||||
|
||||
{{if ne .url ""}}
|
||||
|
|
|
@ -20,7 +20,6 @@ main {
|
|||
|
||||
#content img {
|
||||
max-width: 90%;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.ingredient {
|
||||
|
|
Loading…
Reference in a new issue