Explorar o código

Fix posted date format

Philip Cheang %!s(int64=11) %!d(string=hai) anos
pai
achega
ea84c7e434
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>