Revert "De-generics-ize Post, PostText."

This reverts commit 475bf006583288e6544374ba7c5d085f0b4235f2.

Change-Id: I78bc6e061c3cd8ecc7c8794168596e26de1e6af8
diff --git a/src/main/resources/templates/PostResource/postList.html b/src/main/resources/templates/PostResource/postList.html
index 434c22a..89267a2 100644
--- a/src/main/resources/templates/PostResource/postList.html
+++ b/src/main/resources/templates/PostResource/postList.html
@@ -1,4 +1,4 @@
-{@java.util.List<eu.mulk.mulkcms2.benki.posts.Post$Day<eu.mulk.mulkcms2.benki.posts.Post>> postDays}
+{@java.util.List<eu.mulk.mulkcms2.benki.posts.Post$Day<eu.mulk.mulkcms2.benki.posts.Post<?>>> postDays}
 {@java.lang.String feedUri}
 {@java.lang.String pageTitle}
 {@boolean showBookmarkForm}