Add ID to posts <div>.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 13:28:30 +0000 (15:28 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 13:28:30 +0000 (15:28 +0200)
src/main/resources/templates/index.html

index 2b01fe3..dc0b98b 100644 (file)
@@ -16,7 +16,7 @@
 
        <h1><%= Page.Index.PostList.Title|l10n|html></h1>
 
-       <div>
+       <div id="posts">
                <%foreach posts post>
                        <div class="post">
                                <div class="author"><a href="viewSone.html?sone=<% post.sone.id>"><% post.sone.name|html></a></div>