From f5d98a9fd882e13e3d3e3459eeb69d5a23bac02d Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 24 Aug 2010 13:36:14 +0200 Subject: updated planet-template; Entries list; better header. --- planet2/config/planet-template.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'planet2/config/planet-template.html') diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html index 8dbd4c7..d2e22bb 100644 --- a/planet2/config/planet-template.html +++ b/planet2/config/planet-template.html @@ -32,8 +32,7 @@
-<#list entries as entry> -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-${entry.title}
-${entry.published?datetime}
-${entry.content}
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- + <#list entries as entry> +
+

${entry.title}

+ ${entry.author} // ${entry.published?datetime}

+ ${entry.content}
+
+
-- cgit v1.2.3