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 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/main.html (limited to 'templates/main.html') 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$ +
+ + -- cgit v1.2.3