From 14858277fb74c3788af1226f37b22089229edc34 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 29 Oct 2016 21:43:37 +0200 Subject: Use Hakyll to generate web pages --- templates/main.html | 21 +++++++++++++++++++++ templates/recipe-list.html | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 templates/main.html create mode 100644 templates/recipe-list.html (limited to 'templates') diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..36da806 --- /dev/null +++ b/templates/main.html @@ -0,0 +1,21 @@ + + + + + + $title$ + + + + + Recettes + +
+ $if(hideTitle)$ + $else$ +

$title$

+ $endif$ + $body$ +
+ + diff --git a/templates/recipe-list.html b/templates/recipe-list.html new file mode 100644 index 0000000..372a2e8 --- /dev/null +++ b/templates/recipe-list.html @@ -0,0 +1,7 @@ + -- cgit v1.2.3