Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h1 style="margin-top:14px">
<div>© 2026 Khalil Benazzouz</div>
<div style="display:flex;gap:18px">
<a href="index.html">CV</a>
<a href="https://github.com/khalilbenaz/khalilbenaz.github.io/issues?q=is%3Aissue+label%3Ablog" target="_blank" rel="noopener">Source (GitHub Issues)</a>
<a href="https://github.com/MikeGarciaAGM/khalilbenaz.github.io/issues?q=is%3Aissue+label%3Ablog" target="_blank" rel="noopener">Source (GitHub Issues)</a>
<a href="https://github.com/khalilbenaz" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Other labels = tags. URL of article = post.html?id=<issue_number>.

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.
Expand Down