<%
var content = post.content || '';
var excerpt = content.length > 150 ? content.substring(0, 150) + '...' : content;
%>
<%= excerpt %>
最新文章
<% if (posts && posts.length > 0) { %> <% posts.forEach(function(post) { %> <% }); %> <% } else { %>暂无文章
友情链接
<% if (links && links.length > 0) { %>-
<% links.forEach(function(link) { %>
- <%= link.name %> <% }); %>
暂无友情链接