1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00
Files
FreePad/templates/inc/footer.html
Kato Twofold 3dc09cae64 # Updated Looks, Syntax Highlights and more
* Moved all CDN libraries into /static/vendor
+ Implemented syntax highlight with hljs
* Updated the sanitization to include `.`
2022-06-01 17:43:05 +03:00

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 }}