diff options
| author | a73x <[email protected]> | 2024-08-31 19:08:31 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-31 19:08:31 +0100 |
| commit | da7e34735f3811da300ed56c504a171e3e407de9 (patch) | |
| tree | 92050fddce9b7bfb8c36c6bf39d095c3e1acc9ff /templates/layouts/_default.html | |
| parent | 68cc8a115d79c97e3c557c70d81d59d0de29ae46 (diff) | |
chore(html): removed js for go chroma
Diffstat (limited to 'templates/layouts/_default.html')
| -rw-r--r-- | templates/layouts/_default.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/layouts/_default.html b/templates/layouts/_default.html index 33ae3fd..2084be1 100644 --- a/templates/layouts/_default.html +++ b/templates/layouts/_default.html @@ -10,9 +10,6 @@ content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" /> <title>a73x</title> <link rel="stylesheet" href="/static/styles.css"> - <script src="/static/highlight.js"></script> - <script src="/static/highlight.go.js"></script> - <script>hljs.highlightAll();</script> <style> @font-face { font-family: 'Mono'; |
