aboutsummaryrefslogtreecommitdiff
path: root/templates/base/footer.tmpl
diff options
context:
space:
mode:
authorjohannes69ki <jh@maschinensehen.de>2019-11-07 19:43:01 +0100
committerUnknwon <u@gogs.io>2019-11-07 10:43:01 -0800
commit7d9f408d3acc2fce65021d6e6a78df3b44e7b73d (patch)
tree841afb63410c263cbc276f52999ff6c16b229d5e /templates/base/footer.tmpl
parent260c4e850301abc07ed5c703b66ab974c52b524c (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.tmpl4
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">