Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix: url in blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 12, 2024
1 parent 761d5b5 commit f5b3a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/url_exist.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function checkIfInternalLinksExists(ref, title, url, history) {

let history = [];
const ht = document.querySelectorAll(
"article a:not(img, .headerlink)"
"article:not(.md-post) a:not(img, .headerlink)"
);
for (const anchor of ht) {
if (
Expand Down

0 comments on commit f5b3a17

Please sign in to comment.