diff --git a/assets/js/main.js b/assets/js/main.js index 47f7781..b568967 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -1,8 +1,8 @@ const paths = { - site: 'data/site.json?v=20260621-4', - resume: 'data/resume.json?v=20260621-4', - projects: 'data/projects.json?v=20260621-4', - i18nFr: 'data/i18n.fr.json?v=20260621-4' + site: 'data/site.json?v=20260621-5', + resume: 'data/resume.json?v=20260621-5', + projects: 'data/projects.json?v=20260621-5', + i18nFr: 'data/i18n.fr.json?v=20260621-5' }; const state = { @@ -526,7 +526,7 @@ const LANG_COLORS = { async function fetchMediumArticles() { const rssUrl = 'https://medium.com/feed/@achref-soua'; - const apiUrl = `https://api.rss2json.com/v1/api.json?rss_url=${encodeURIComponent(rssUrl)}&count=4`; + const apiUrl = `https://api.rss2json.com/v1/api.json?rss_url=${encodeURIComponent(rssUrl)}`; const data = await fetch(apiUrl).then(r => r.json()); if (data.status !== 'ok') return []; return data.items || []; diff --git a/index.html b/index.html index a844f89..5626844 100644 --- a/index.html +++ b/index.html @@ -38,13 +38,13 @@ /> - - - - - + + + + + - + @@ -241,6 +241,6 @@

Let us build something useful.

- +