diff options
Diffstat (limited to 'templates/thread.html')
-rw-r--r-- | templates/thread.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/thread.html b/templates/thread.html index 906f21ee6166..957a39d8cb34 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -9,6 +9,9 @@ <!-- Custom CSS additions --> <style>img { max-width:100%; height:auto; }</style> <title>Converse: {{ title | safe }}</title> + <!-- Syntax highlighting for code --> + <link rel="stylesheet" href="/static/highlight.css"> + <script src="/static/highlight.js"></script> </head> <body> <header> |