commit 46fae4a656a98f7c3d9d123fc966286bfb3be817
parent 7b3271f82a014047005fe6a81f4e4ca440fd6c88
Author: Hugo Soucy <hugo.soucy@toumoro.com>
Date: Sat, 28 Mar 2020 09:34:12 -0400
Modify the home page
Diffstat:
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/content/index.json b/content/index.json
@@ -2,6 +2,6 @@
"date":"0000-00-00",
"datetime":"00:00:00",
"id":"tag:soucy.cc,0000-00-00:0000/00/index",
- "template":"default",
+ "template":"index",
"title":"Soucy création et conception web"
}
diff --git a/templates/index.mustache b/templates/index.mustache
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="{{ site.language }}">
+ {{> head }}
+
+ <body id="index" class="index">
+ <main class="h-entry hentry">
+ <article class="e-content p-name single">
+ {{{ content }}}
+ </article>
+ </main>
+ </body>
+</html>