소스 검색

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>