mirror of
https://github.com/JustKato/FreePad.git
synced 2026-04-05 19:38:47 +03:00
* Moved all CDN libraries into /static/vendor + Implemented syntax highlight with hljs * Updated the sanitization to include `.`
4 lines
155 B
HTML
4 lines
155 B
HTML
{{ define "inc/footer.html"}}
|
|
<script src="/static/vendor/bootstrap/darkmode.min.js"></script>
|
|
<script src="/static/js/main.js"></script>
|
|
{{ end }} |