diff --git a/views/index.html b/views/index.html index 658fc2d..352226d 100644 --- a/views/index.html +++ b/views/index.html @@ -25,13 +25,13 @@ -{if="$recent_answers"} +{if="$recent_public"}

Recent Answers by others:

- {loop="$recent"} + {loop="$words"}
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}