From d271d1c1c31c5469efe694b25dfc676159ad55c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 19 Nov 2020 16:25:01 +0100 Subject: [PATCH] feat: created footer and header in layout.njk --- pages/_includes/layout.njk | 33 +++++++++++++++++++++++++++++++++ pages/index.njk | 4 ---- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/pages/_includes/layout.njk b/pages/_includes/layout.njk index 4475a34..5527a65 100644 --- a/pages/_includes/layout.njk +++ b/pages/_includes/layout.njk @@ -1,3 +1,6 @@ +--- + +--- @@ -5,8 +8,38 @@ {{ title }} + + +
+ {{ username }} +
+ {{ content | safe }} + + + + + \ No newline at end of file diff --git a/pages/index.njk b/pages/index.njk index a688a0d..129ad24 100644 --- a/pages/index.njk +++ b/pages/index.njk @@ -3,10 +3,6 @@ username: Laureηt layout: layout.njk --- -
- {{ username }} -
-

whoami

Hi, my name's Laurent Fainsin, and I'm currently an L3 engineering student at ENSEEIHT in France. I study Computer Science and this is my personnal ePortfolio to showcase my work. Here is my resume if you are professionally interested.