diff options
author | Joris | 2017-05-14 20:38:24 +0200 |
---|---|---|
committer | Joris | 2017-05-14 20:38:24 +0200 |
commit | f7d099edf137214142faba56a2cca7e156bf0921 (patch) | |
tree | 4094e24818c028ebb18e5bec26c7e5b00848e437 /templates/main.html | |
parent | b0f34bc1ec69433c594cd4850bc19540f4d4d2f8 (diff) |
Add meat pie recipe and improve mobile view
Diffstat (limited to 'templates/main.html')
-rw-r--r-- | templates/main.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/main.html b/templates/main.html index 23c37fe..5957668 100644 --- a/templates/main.html +++ b/templates/main.html @@ -8,11 +8,7 @@ <link rel="icon" href="/images/icon.png"> </head> <body> - <a href="/" class="header">Recettes</a> - $if(hideTitle)$ - $else$ - <h1>$title$</h1> - $endif$ + <a href="/" class="header">$title$</a> <div id="content">$body$</div> <script src="/main.js"></script> </body> |