diff options
author | Unknwon <u@gogs.io> | 2015-12-13 00:58:30 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-13 00:58:30 -0500 |
commit | 71123c816df2c75afdefaf316e8d808d38e6e97f (patch) | |
tree | 9cd6a7c59bf9494a97eb8fddea831347a02b6300 /templates/base | |
parent | 168c69273f3810cba0f86dec651da0b4b17bc2d2 (diff) | |
download | gitea-71123c816df2c75afdefaf316e8d808d38e6e97f.tar.gz gitea-71123c816df2c75afdefaf316e8d808d38e6e97f.zip |
update hightlight.js
Diffstat (limited to 'templates/base')
-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 dd911fcd3e..9bbaf7c7a9 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -33,8 +33,8 @@ <!-- Third-party libraries --> {{if .RequireHighlightJS}} - <link rel="stylesheet" href="{{AppSubUrl}}/css/highlight-8.9.1/github.css"> - <script src="{{AppSubUrl}}/js/libs/highlight-8.9.1.pack.js"></script> + <link rel="stylesheet" href="{{AppSubUrl}}/css/highlight-9.0.0/github.css"> + <script src="{{AppSubUrl}}/js/libs/highlight-9.0.0.pack.js"></script> {{end}} {{if .RequireMinicolors}} <link rel="stylesheet" href="{{AppSubUrl}}/css/jquery.minicolors-2.1.12.css"> |