From ae166c59a99dc599dbe47179e93fa90ca11c1ada Mon Sep 17 00:00:00 2001 From: lgpilot Date: Wed, 21 Feb 2024 13:44:48 +0100 Subject: [PATCH] contact info in data --- src/_data/contact.js | 9 +++++++++ src/index.njk | 13 ++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 src/_data/contact.js diff --git a/src/_data/contact.js b/src/_data/contact.js new file mode 100644 index 0000000..b1a2580 --- /dev/null +++ b/src/_data/contact.js @@ -0,0 +1,9 @@ +module.exports = function() { + return { + email: 'hello@monsieurlouis.se', + phone: '+33 6 99 39 23 90', + linkedin: 'https://www.linkedin.com/in/louis-guidez-42a4a0170/', + instagram: 'https://www.instagram.com/wingsofxiv/', + git: 'https://git.hostux.fr/louis/' + }; +}; \ No newline at end of file diff --git a/src/index.njk b/src/index.njk index eec1d0e..87ad349 100644 --- a/src/index.njk +++ b/src/index.njk @@ -26,17 +26,12 @@ Photo of Louis Guidez - {# -
- Hey -
- #}