ソースを参照

templates: show brand name in the footer (#5974)

ᴜɴᴋɴᴡᴏɴ 4 年 前
コミット
bf373f9da1
2 ファイル変更3 行追加3 行削除
  1. 2 2
      internal/assets/templates/templates_gen.go
  2. 1 1
      templates/base/footer.tmpl

ファイルの差分が大きいため隠しています
+ 2 - 2
internal/assets/templates/templates_gen.go


+ 1 - 1
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}}

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません