Make more XHTML5 compliant in theory (fixes #31)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{#- Based on https://www.roboleary.net/2022/01/13/copy-code-to-clipboard-blog.html -#}
|
||||
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
let blocks = document.querySelectorAll("pre[class^='language-']");
|
||||
|
||||
|
Reference in New Issue
Block a user