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 852ab13 commit d4dd2dfCopy full SHA for d4dd2df
websites/code2/studygolang/template/resources/index.html
@@ -30,7 +30,7 @@
30
{{end}}
31
<p class="ino">
32
<i class="glyphicon glyphicon-user"></i> <a class="a-pop-info" href="/user/{{.user.Username}}" title="{{.user.Username}}">{{.user.Username}}</a> 于
33
- <em><abbr class="timeago" title="{{formatTime .ctime}}"></abbr></em> 发布
+ <em><abbr class="timeago" title="{{.ctime}}"></abbr></em> 发布
34
</p>
35
<p class="edi">
36
<a href="/resources/{{.id}}#commentForm">
0 commit comments