From 0288f6976a347d73e2778d4900f7d54c346c3e16 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Tue, 2 May 2017 18:21:38 +0200 Subject: [PATCH] styling for news template --- screenless/bureau/publications/news.html | 80 ++++++++++++++++-------- 1 file changed, 53 insertions(+), 27 deletions(-) diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index 542496a..6dc8d7e 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -1,13 +1,12 @@ - + ${title} -

Yesterday's Tomorrows

-
-
Semper Contemporarius DATE_HERE
+

Yesterday's Tomorrows

+
+
Semper Contemporarius
+
DATE_HERE
+
+
% for entry in news:
% if entry.img != " ": img + % endif
${entry.title}
-
${entry.title}
-
${entry.title}
+
${entry.source}
+
${entry.summary}
${entry.dbhash}
% endfor