From c0468654cdbd3e76011de3476bee261f399130eb Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Tue, 21 May 2024 10:27:27 +0000 Subject: [PATCH] feat: add referer to blog link --- src/messages/en.json | 2 +- src/messages/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/messages/en.json b/src/messages/en.json index 4ddc097..febd87a 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -87,7 +87,7 @@ }, { "title": "Blog", - "url": "https://blog.adm.ink/", + "url": "https://blog.adm.ink/?referer=portfolio", "image": "../../images/portfolio/blog.webp", "imgAlt": "Screenshot of blog.adm.ink, you can see the title of the blog and various links. You can also see a plate of food, I think it was hummous.", "imgTitle": "Screenshot of blog.adm.ink, you can see the title of the blog and various links. You can also see a plate of food, I think it was hummous." diff --git a/src/messages/fr.json b/src/messages/fr.json index 32580f9..30cb44e 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -116,7 +116,7 @@ }, { "title": "Blog", - "url": "https://blog.adm.ink/", + "url": "https://blog.adm.ink/?referer=portfolio", "image": "../../images/portfolio/blog.webp", "imgAlt": "Capture d'écran de blog.adm.ink. On peut y voir le logo du blog, ainsi que quelques liens de navigations, ainsi que la photo accompagnant un article, une assiete de houmous.", "imgTitle": "Capture d'écran de blog.adm.ink. On peut y voir le logo du blog, ainsi que quelques liens de navigations, ainsi que la photo accompagnant un article, une assiete de houmous"