@@ -97,7 +97,7 @@
Blog
diff --git a/scripts/blog.js b/scripts/blog.js
index 00f19c1..3651bdc 100644
--- a/scripts/blog.js
+++ b/scripts/blog.js
@@ -69,6 +69,6 @@ function addCategory(json, cats, anchors, cat, currCat) {
populateBlog(json, catId);
history.replaceState(null, null, `#blog-${catId}`);
});
- anchors.append( /*html*/ `
`);
+ anchors.append( /*html*/ `
`);
}
}
\ No newline at end of file
diff --git a/scripts/social.js b/scripts/social.js
index 09fe81f..37483c8 100644
--- a/scripts/social.js
+++ b/scripts/social.js
@@ -51,5 +51,5 @@ $('#social-list').html(s);
let disc = $("#discord-div");
let theme = dark ? "dark" : "light";
disc.html( /*html*/ `
-
+
`);
\ No newline at end of file