From 3f98cfb72612caf774611ff7d95272541c85b8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 20 Nov 2020 14:08:34 +0100 Subject: [PATCH] negligible changes --- pages/_includes/layout.njk | 4 +--- pages/index.njk | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/_includes/layout.njk b/pages/_includes/layout.njk index 56655c1..94397b2 100644 --- a/pages/_includes/layout.njk +++ b/pages/_includes/layout.njk @@ -38,9 +38,7 @@ username: Laureηt }); Array.prototype.forEach.call(elm_onload, function (el) { - var chaffle = new Chaffle(el, { - delay: 200 - }) + var chaffle = new Chaffle(el) chaffle.init(); setInterval(function(){ chaffle.init(); diff --git a/pages/index.njk b/pages/index.njk index cd0bf46..5cc067e 100644 --- a/pages/index.njk +++ b/pages/index.njk @@ -3,7 +3,7 @@ layout: layout.njk ---

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.

+

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 website to showcase my work. Here is my resume if you are professionally interested.