From 13d29804ba4bb8d578fb0278ddeb6e187bbafa6f Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 1 Feb 2020 14:37:28 +0100 Subject: Add return link --- templates/index.html | 15 +++++++++++++++ templates/main.html | 15 --------------- templates/recipe.html | 16 ++++++++++++++++ 3 files changed, 31 insertions(+), 15 deletions(-) create mode 100644 templates/index.html delete mode 100644 templates/main.html create mode 100644 templates/recipe.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..e6faafd --- /dev/null +++ b/templates/index.html @@ -0,0 +1,15 @@ + + + + + + $title$ + + + + +
$title$
+
$body$
+ + + diff --git a/templates/main.html b/templates/main.html deleted file mode 100644 index 5957668..0000000 --- a/templates/main.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - $title$ - - - - - $title$ -
$body$
- - - diff --git a/templates/recipe.html b/templates/recipe.html new file mode 100644 index 0000000..6585f33 --- /dev/null +++ b/templates/recipe.html @@ -0,0 +1,16 @@ + + + + + + $title$ + + + + +
$title$
+ тна Retour +
$body$
+ + + -- cgit v1.2.3