aboutsummaryrefslogtreecommitdiff
path: root/templates/base
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-15 03:47:07 +0800
committerGitHub <noreply@github.com>2020-03-15 03:47:07 +0800
commit328c23c5d41e07e37476e217c7ff1d3baef26b61 (patch)
treeabfc9c9755dd527f933eec4ba12535f96700cc30 /templates/base
parent268c692efde428fa2a00aff0860b093b2f4dc59e (diff)
public: make lessc compile minimize CSS (#5987)
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 2113b4ad..07ba1683 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -60,7 +60,7 @@
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubURL}}/css/semantic-2.4.2.min.css">
- <link rel="stylesheet" href="{{AppSubURL}}/css/gogs.css?v={{BuildCommit}}">
+ <link rel="stylesheet" href="{{AppSubURL}}/css/gogs.min.css?v={{BuildCommit}}">
<noscript>
<style>
.dropdown:hover > .menu { display: block; }