diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-07 13:15:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 13:15:20 +0800 |
commit | bf373f9da1b74f2b6411bf5fcc097d050dc2df1c (patch) | |
tree | cccfcc88619ba0c55acbf75ee0761f0638ee9b69 /templates | |
parent | 2064fc89c0b5a7041260f36f501bd0100c1198da (diff) |
templates: show brand name in the footer (#5974)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 452d6ed0..920fe59a 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -7,7 +7,7 @@ <footer> <div class="ui container"> <div class="ui left"> - © {{Year}} Gogs + © {{Year}} {{AppName}} </div> <div class="ui right links"> {{if ShowFooterTemplateLoadTime}} |