diff --git a/templates/plist.html b/templates/plist.html index e05c8bf..28c00a1 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -39,19 +39,19 @@ {%- endif -%}
- {% for num in blogBase['singeListJson'] -%} - {%- endfor %} -
{% if postListJson[num]['commentNum']>0 %}{{ postListJson[num]['commentNum'] }}{% endif %} - {{ postListJson[num]['label'] }} + {{ postListJson[num]['label'] }} {{ postListJson[num]['createdDate'] }}
@@ -88,13 +88,13 @@ {%- if blogBase['prevUrl']=='disabled' -%} {{ i18n['Previous'] }} {% else -%} - {{ i18n['Previous'] }} + {{ i18n['Previous'] }} {%- endif -%} {%- if blogBase['nextUrl']=='disabled' -%} {{ i18n['Next'] }} {% else -%} - + {%- endif -%} diff --git a/templates/post.html b/templates/post.html index 4f3fdb6..181cb64 100644 --- a/templates/post.html +++ b/templates/post.html @@ -27,7 +27,7 @@ {{ blogBase['postTitle'] }}
-
-