clear: both;
}
-#sone .post:last-child {
+#sone .post.last {
padding: 1ex 0px;
border-bottom: none;
}
-<div id="<% post.id|html>" class="post">
+<div id="<% post.id|html>" class="post <%if postLoop.last>last<%/if>">
<div>
<div class="author profile-link"><a href="viewSone.html?sone=<% post.sone.id|html>"><% post.sone.niceName|html></a></div>
<div class="text"><% post.text|html></div>
<h1><%= Page.Index.PostList.Title|l10n|html></h1>
<div id="posts">
- <%foreach posts post>
+ <%foreach posts post postLoop>
<%include include/viewPost.html>
<%foreachelse>
<div><%= Page.Index.PostList.Text.NoPostYet|l10n|html></div>