Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9679860

Browse files
author
burncomyang
committed
layout
1 parent 0e369ce commit 9679860

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

template/common/layout.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="container">
3030
<!-- Brand and toggle get grouped for better mobile display -->
3131
<div class="navbar-header">
32-
<a href="/" class="navbar-brand" title="{{.setting.Name}}"><img alt="{{.setting.Name}}" src="{{.setting.Logo}}" style="margin-top: -7px; height: 45px;"></a>
32+
<a href="/" class="navbar-brand" title="{{.setting.Name}}">游戏开发工作室</a>
3333
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
3434
<span class="icon-bar"></span>
3535
<span class="icon-bar"></span>
@@ -151,9 +151,6 @@
151151
<div class="sep5"></div>
152152
Powered by <a href="https://github.com/studygolang/studygolang">StudyGolang(Golang + MySQL)</a>&nbsp;<span class="snow">·</span>&nbsp;<span class="small cc">VERSION: {{.app.Version}}</span>&nbsp;<span class="snow">·</span>
153153
<a href="http://www.miibeian.gov.cn/" target="_blank" rel="nofollow">{{.setting.Beian}}</a>
154-
<div class="sep20"></div>
155-
<img src="{{.static_domain}}/static/img/wx_sg_qrcode.jpg?imageView2/2/w/280" alt="关注微信" class="img-responsive" width="120px">
156-
<div class="sep10"></div>
157154
</div>
158155
</div>
159156
</footer>

0 commit comments

Comments
 (0)