forked from forgejo/forgejo
#1203 bundle jquery with gogs
This commit is contained in:
parent
ff35a37769
commit
a7686e8749
24 changed files with 116 additions and 51 deletions
|
@ -12,15 +12,11 @@
|
|||
|
||||
<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
|
||||
|
||||
{{if CdnMode}}
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
|
||||
|
||||
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
|
||||
{{else}}
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/css/font-awesome.min.css">
|
||||
|
||||
<script src="{{AppSubUrl}}/ng/js/lib/jquery-1.11.1.min.js"></script>
|
||||
{{end}}
|
||||
|
||||
<!-- Stylesheet -->
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/ui.css">
|
||||
<link rel="stylesheet" href="{{AppSubUrl}}/ng/css/gogs.css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue