diff --git a/views/weibo/index.ejs b/views/weibo/index.ejs index 57bcd6e..5b174dc 100644 --- a/views/weibo/index.ejs +++ b/views/weibo/index.ejs @@ -1,7 +1,13 @@ <% items.forEach(function(entry) {%> -
<%= entry.created_at %>
-
<%= entry.text %>
+
+
+

<%= entry.user.name %>

+

<%= entry.text %>

+

<%= entry.created_at %>

+
+
<% }); %> +