File tree 3 files changed +3
-3
lines changed
websites/code2/studygolang/template
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
< ol class ="breadcrumb ">
10
10
< li > < a href ="/ "> < i class ="glyphicon glyphicon-home "> </ i > 首页</ a > </ li >
11
11
< li > < a href ="/topics "> 社区</ a > </ li >
12
- < li > < a href ="/topics/node{{.topic.nid}} "> {{.topic.node}}</ a > </ li >
12
+ < li > < a href ="/topics/node/ {{.topic.nid}} "> {{.topic.node}}</ a > </ li >
13
13
< li class ="active "> {{.topic.title}}</ li >
14
14
</ ol >
15
15
< div class ="page box_white ">
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h2>{{.node.name}}</h2>
32
32
< a href ="/topics/{{.tid}} " title ="{{.title}} "> {{substring .title 60 "..."}}</ a >
33
33
</ div >
34
34
< div class ="meta ">
35
- < a href ="/topics/node{{.nid}} " class ="node " title ="{{.node}} "> {{.node}}</ a >
35
+ < a href ="/topics/node/ {{.nid}} " class ="node " title ="{{.node}} "> {{.node}}</ a >
36
36
•
37
37
< a href ="/user/{{.user.Username}} " title ="{{.user.Username}} " class ="author "> < strong > {{.user.Username}}</ strong > </ a >
38
38
{{if .lastreplyuid}}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h2 class="title">最近发布的主题</h2>
61
61
< ul class ="list-unstyled ">
62
62
{{range .topics}}
63
63
< li >
64
- < span class ="node "> < a href ="/topics/node{{.Nid}} " class ="node "> {{.Node}}</ a > </ span >
64
+ < span class ="node "> < a href ="/topics/node/ {{.Nid}} " class ="node "> {{.Node}}</ a > </ span >
65
65
< a href ="/topics/{{.Tid}} " title ="{{.Title}} "> {{substring .Title 60 "..."}}</ a >
66
66
< span class ="info "> at < abbr class ="timeago " title ="{{.Ctime}} "> </ abbr > </ span >
67
67
</ li >
You can’t perform that action at this time.
0 commit comments