File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/template/common/web Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 135135 <div class="clear"></div>
136136 <li>
137137 <div class="T1 pull-left"><a href="{{.blog_url}}" title="{{.blog_title}}">{{.blog_title}}</a></div>
138- <div class="T2 pull-right">{{unix_milli_time_format "2006-01-02" .options.birthday}} </div>
138+ <div class="T2 pull-right">{{unix_milli_time_format "2006-01-02" (int64 .options.birthday) }} </div>
139139 <div class="T3 pull-right">daily</div>
140140 <div class="T4 pull-right">1</div>
141141 </li>
Original file line number Diff line number Diff line change 33 <urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
44 <url >
55 <loc >{{.blog_url}}</loc >
6- <lastmod >{{unix_milli_time_format "2006-01-02T15:04:05Z07:00" .options.birthday}}</lastmod >
6+ <lastmod >{{unix_milli_time_format "2006-01-02T15:04:05Z07:00" (int64 .options.birthday) }}</lastmod >
77 </url >
88 {{if (gt (len .posts) 0)}}
99 {{range $post := .posts}}
You can’t perform that action at this time.
0 commit comments