First commit
Delete exampleSite Add initial content, images & docker-compose.yml Use extend-head.html for analytics Set remote url to gitea.novicelab.io
This commit is contained in:
3
assets/js/rtl.js
Normal file
3
assets/js/rtl.js
Normal file
@@ -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