Style code blocks

This commit is contained in:
2023-07-11 20:18:50 +10:00
parent 229c4f0e31
commit 45d9d94c54
7 changed files with 2627 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,10 @@
})
})
document.addEventListener("DOMContentLoaded", function () {
if (window.hljs !== undefined) {
window.hljs.highlightAll();
}
const times = document.querySelectorAll('time');
times.forEach((time) => {
const oldDtime = Date.parse(time.dateTime);