Delete footer.tmpl

This commit is contained in:
disu1950 2024-07-27 18:29:59 +00:00
parent 16c3fe8f29
commit 22f58850e0
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<script>
$(async () => {
if (!$('.language-plantuml').length) return;
await Promise.all([
$.getScript('https://gitea.dmz.rs/disu1950/android/assets/deflate.js'),
$.getScript('https://gitea.dmz.rs/disu1950/android/assets/encode.js'),
$.getScript('https://gitea.dmz.rs/disu1950/android/assets/plantuml_codeblock_parse.js'),
]);
// Replace call with address to your plantuml server
parsePlantumlCodeBlocks("https://www.plantuml.com/plantuml");
});
</script>