diff options
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/footer_content.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 364e58a3d0..085e7207df 100644 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -19,6 +19,7 @@ <a href="{{StaticUrlPrefix}}/vendor/librejs.html" data-jslicense="1">JavaScript licenses</a> {{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}} <a target="_blank" rel="noopener noreferrer" href="https://gitea.io">{{.i18n.Tr "website"}}</a> + {{template "custom/extra_links_footer" .}} {{if (or .ShowFooterVersion .PageIsAdmin)}}<span class="version">{{GoVer}}</span>{{end}} </div> </div> |