-
View posts from
+
View content from
{foreach $month in $months}
{$month}{nil}
{if not isLast($month)},{sp}{/if}
diff --git a/themes/readable/index.tmpl b/themes/readable/index.tmpl
index 32ff1bf..8abe85f 100644
--- a/themes/readable/index.tmpl
+++ b/themes/readable/index.tmpl
@@ -2,11 +2,11 @@
{template index}
-{foreach $post in $index.posts}
+{foreach $obj in $index.content}
-
-
posted on {$post.date}
- {$post.text |noAutoescape}
+
+
posted on {$obj.date}
+ {$obj.text |noAutoescape}
{/foreach}
{if $tags}
@@ -21,7 +21,7 @@
{/if}
{if $months}
-
View posts from
+
View content from
{foreach $month in $months}
{$month}{nil}
{if not isLast($month)},{sp}{/if}
diff --git a/themes/rss.tmpl b/themes/rss.tmpl
index 72489bb..2559dc5 100644
--- a/themes/rss.tmpl
+++ b/themes/rss.tmpl
@@ -10,7 +10,7 @@
en-us
{$pubdate}
- {foreach $post in $content.posts}
+ {foreach $post in $content.content}
-
{$post.title}
{$config.domain}/posts/{$post.slug}.{$config.pageExt}