mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +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>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<script src="{{AppSubUrl}}/js/jquery-1.11.3.min.js"></script>
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/font-awesome-4.5.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-3.4.1/octicons.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/octicons-3.5.0/octicons.css">
|
||||
|
||||
{{if .RequireSimpleMDE}}
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/plugins/simplemde-1.10.0/simplemde.min.css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue