diff options
author | Unknwon <u@gogs.io> | 2015-10-02 19:58:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-02 19:58:36 -0400 |
commit | 4465c58f4b1b7e1f9d5cc17fa4fcee352d572092 (patch) | |
tree | 3a8d61ebae277dd45767e828b7df5584ca6f62ae /templates/base | |
parent | e5310cdbc1af0b9079c7c46c6433804c8e89661b (diff) | |
download | gitea-4465c58f4b1b7e1f9d5cc17fa4fcee352d572092.tar.gz gitea-4465c58f4b1b7e1f9d5cc17fa4fcee352d572092.zip |
new quick start page
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer.tmpl | 1 | ||||
-rw-r--r-- | templates/base/head.tmpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index d4b1eb8852..31941b7571 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -44,5 +44,6 @@ <script src="{{AppSubUrl}}/js/libs/dropzone-4.0.1.js"></script> {{end}} <script src="{{AppSubUrl}}/js/libs/emojify-1.1.0.min.js"></script> + <script src="{{AppSubUrl}}/js/libs/clipboard-1.3.1.min.js"></script> </html>
\ No newline at end of file diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index d18a15424c..323079f7cb 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -20,7 +20,7 @@ <!-- Stylesheet --> <link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.1.3.min.css"> - <link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.min.css?v={{AppVer}}"> + <link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{AppVer}}"> <!-- JavaScript --> <script src="{{AppSubUrl}}/js/semantic-2.1.3.min.js"></script> |