diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-15 03:47:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 03:47:07 +0800 |
commit | 328c23c5d41e07e37476e217c7ff1d3baef26b61 (patch) | |
tree | abfc9c9755dd527f933eec4ba12535f96700cc30 /templates/base | |
parent | 268c692efde428fa2a00aff0860b093b2f4dc59e (diff) |
public: make lessc compile minimize CSS (#5987)
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 2 |
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; } |