diff --git a/custom/templates/base/footer_content.tmpl b/custom/templates/base/footer_content.tmpl index d474ce3..904df66 100644 --- a/custom/templates/base/footer_content.tmpl +++ b/custom/templates/base/footer_content.tmpl @@ -16,8 +16,8 @@ {{end}} - {{.i18n.Tr "licenses"}} - {{if .EnableSwagger}}API{{end}} + {{.i18n.Tr "licenses"}} + {{if .EnableSwagger}}API{{end}} {{template "custom/extra_links_footer" .}} {{if (or .ShowFooterVersion .PageIsAdmin)}}{{GoVer}}{{end}} diff --git a/custom/templates/base/head_navbar.tmpl b/custom/templates/base/head_navbar.tmpl index a6643ef..ca2bd44 100644 --- a/custom/templates/base/head_navbar.tmpl +++ b/custom/templates/base/head_navbar.tmpl @@ -1,7 +1,7 @@