aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoris2017-05-14 20:38:24 +0200
committerJoris2017-05-14 20:38:24 +0200
commitf7d099edf137214142faba56a2cca7e156bf0921 (patch)
tree4094e24818c028ebb18e5bec26c7e5b00848e437 /templates
parentb0f34bc1ec69433c594cd4850bc19540f4d4d2f8 (diff)
downloadcooking-f7d099edf137214142faba56a2cca7e156bf0921.tar.gz
cooking-f7d099edf137214142faba56a2cca7e156bf0921.tar.bz2
cooking-f7d099edf137214142faba56a2cca7e156bf0921.zip
Add meat pie recipe and improve mobile view
Diffstat (limited to 'templates')
-rw-r--r--templates/main.html6
-rw-r--r--templates/recipe-list.html6
2 files changed, 4 insertions, 8 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>
diff --git a/templates/recipe-list.html b/templates/recipe-list.html
index 83d0849..32e033a 100644
--- a/templates/recipe-list.html
+++ b/templates/recipe-list.html
@@ -1,4 +1,4 @@
-<h3>Plats</h3>
+<h1>Plats</h1>
<ul>
$for(mainDishes)$
@@ -8,7 +8,7 @@
$endfor$
</ul>
-<h3>Desserts hypoglucidiques</h3>
+<h1>Desserts hypoglucidiques</h1>
<ul>
$for(lowCarbDesserts)$
@@ -18,7 +18,7 @@
$endfor$
</ul>
-<h3>Desserts hyperglucidiques</h3>
+<h1>Desserts hyperglucidiques</h1>
<ul>
$for(highCarbDesserts)$