mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-21 18:25:56 +00:00
Update frontend resources
This commit is contained in:
parent
0e9bc2d410
commit
0c9a616326
14 changed files with 60 additions and 36 deletions
|
@ -33,8 +33,8 @@
|
|||
|
||||
<!-- Third-party libraries -->
|
||||
{{if .RequireHighlightJS}}
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.1.0/github.css">
|
||||
<script src="{{AppSubUrl}}/plugins/highlight-9.1.0/highlight.pack.js"></script>
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/highlight-9.2.0/github.css">
|
||||
<script src="{{AppSubUrl}}/plugins/highlight-9.2.0/highlight.pack.js"></script>
|
||||
{{end}}
|
||||
{{if .RequireMinicolors}}
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/jquery.minicolors-2.2.3/jquery.minicolors.css">
|
||||
|
@ -49,6 +49,6 @@
|
|||
<script src="{{AppSubUrl}}/plugins/dropzone-4.2.0/dropzone.js"></script>
|
||||
{{end}}
|
||||
<script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.5.min.js"></script>
|
||||
<script src="{{AppSubUrl}}/js/libs/clipboard-1.5.9.min.js"></script>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue