diff options
author | Jorge Maldonado Ventura <jorgesumle@freakspot.net> | 2017-02-08 00:47:08 +0100 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-02-07 18:47:08 -0500 |
commit | 6971143dc5986a84585c3885a0a19c6846fbf01e (patch) | |
tree | c3e59af6938937138d9bdefc05d6111d5c6b79a8 /templates/base/footer.tmpl | |
parent | 5d6ea4a81b67c9a9769dec94090df2c1a885934b (diff) |
Make Gogs compatible with LibreJS (#4092)
Diffstat (limited to 'templates/base/footer.tmpl')
-rw-r--r-- | templates/base/footer.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 2922ae70..3e5d2587 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -24,6 +24,7 @@ {{end}} </div> </div> + <a href="/assets/librejs/librejs.html" data-jslicense="1">Javascript licenses</a> <a target="_blank" href="https://gogs.io">{{.i18n.Tr "website"}}</a> {{if (or .ShowFooterVersion .PageIsAdmin)}}<span class="version">{{GoVer}}</span>{{end}} </div> |