WAAAAAAAA
This commit is contained in:
parent
9b8f0325f9
commit
ae0fae745a
@ -1,14 +1,3 @@
|
|||||||
<script>
|
|
||||||
marked.setOptions({
|
|
||||||
highlight: function (code, lang) {
|
|
||||||
const language = hljs.getLanguage(lang) ? lang : 'plaintext';
|
|
||||||
return hljs.highlight(language, code).value;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<chat-widget></chat-widget>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{if false}}
|
{{if false}}
|
||||||
|
@ -21,14 +21,6 @@
|
|||||||
|
|
||||||
{{template "base/head_script" .}}
|
{{template "base/head_script" .}}
|
||||||
{{template "base/terms_script" .}}
|
{{template "base/terms_script" .}}
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/default.min.css">
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js"></script>
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://alpaca.molodetz.nl/static/chat.js"></script>
|
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
<style>
|
<style>
|
||||||
.dropdown:hover > .menu { display: block; }
|
.dropdown:hover > .menu { display: block; }
|
||||||
|
Loading…
Reference in New Issue
Block a user