diff options
author | johannes69ki <jh@maschinensehen.de> | 2019-11-07 19:43:01 +0100 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2019-11-07 10:43:01 -0800 |
commit | 7d9f408d3acc2fce65021d6e6a78df3b44e7b73d (patch) | |
tree | 841afb63410c263cbc276f52999ff6c16b229d5e /templates/base/footer.tmpl | |
parent | 260c4e850301abc07ed5c703b66ab974c52b524c (diff) |
public: update highlights.js to 9.16.2 (#5856)
* updated the highlight.js plugin
* added some explicit mappings for syntax highlighting
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 562009d1..e9f7f7dc 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -34,8 +34,8 @@ <!-- Third-party libraries --> {{if .RequireHighlightJS}} - <link rel="stylesheet" href="{{AppSubURL}}/plugins/highlight-9.6.0/github.css"> - <script src="{{AppSubURL}}/plugins/highlight-9.6.0/highlight.pack.js"></script> + <link rel="stylesheet" href="{{AppSubURL}}/plugins/highlight-9.16.2/github.css"> + <script src="{{AppSubURL}}/plugins/highlight-9.16.2/highlight.pack.js"></script> {{end}} {{if .RequireMinicolors}} <link rel="stylesheet" href="{{AppSubURL}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css"> |