Initial commit for Hugo site.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
|
||||
});
|
||||
Reference in New Issue
Block a user