Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb58f8 commit 57ae089Copy full SHA for 57ae089
template/common/layout.html
@@ -29,7 +29,7 @@
29
<div class="container">
30
<!-- Brand and toggle get grouped for better mobile display -->
31
<div class="navbar-header">
32
- <a href="/" class="navbar-brand" title="{{.setting.Name}}">游戏开发工作室</a>
+ <a href="/" class="navbar-brand" title="{{.setting.Name}}"><img alt="{{.setting.Name}}" src="{{.setting.Logo}}" style="margin-top: -7px; height: 45px;"></a>
33
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
34
<span class="icon-bar"></span>
35
0 commit comments