浏览代码

Fix posted date format

Philip Cheang 11 年之前
父节点
当前提交
ea84c7e434
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/pleasant2/templates/index.tmpl

+ 1 - 1
themes/pleasant2/templates/index.tmpl

@@ -7,7 +7,7 @@
         <div class="postbox">
         <div class="title">
             <h1><a href="${post.permalink()}">${post.title()}</a>
-            <small>&nbsp;&nbsp;
+            <small>
                  ${messages("Posted")}: ${post.formatted_date(date_format)}
             </small></h1>
         </div>