From 7682989f196923149ff4e5829310d47d946fcb22 Mon Sep 17 00:00:00 2001 From: mikegarciagm Date: Fri, 26 Jun 2026 16:30:48 -0500 Subject: [PATCH] fix: point blog links at current repo --- blog.html | 2 +- blog.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.html b/blog.html index efae723..facee14 100644 --- a/blog.html +++ b/blog.html @@ -213,7 +213,7 @@

© 2026 Khalil Benazzouz
CV - Source (GitHub Issues) + Source (GitHub Issues) GitHub
diff --git a/blog.js b/blog.js index ef48d6b..70fa8a6 100644 --- a/blog.js +++ b/blog.js @@ -3,7 +3,7 @@ // Other labels = tags. URL of article = post.html?id=. window.BLOG_CONFIG = { - repo: "khalilbenaz/khalilbenaz.github.io", + repo: "MikeGarciaAGM/khalilbenaz.github.io", publishedLabel: "blog", draftLabel: "draft", // Tag labels surfaced in the UI (lowercase). Anything else is shown as a generic tag.