From effcafcb7d2010c4d182b296ff2cf5b55cc91cf5 Mon Sep 17 00:00:00 2001
From: Adam Mathes
Date: Mon, 20 Nov 2017 10:21:05 -0700
Subject: wip img
---
static/ui.html | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
(limited to 'static/ui.html')
diff --git a/static/ui.html b/static/ui.html
index b977dad..4f7e297 100644
--- a/static/ui.html
+++ b/static/ui.html
@@ -37,14 +37,18 @@
★
${ item.publish_date } from ${item.feed_title}
-
- {{html item.description}}
+
- full content
+ {{if item.header_image}}
+ {{/if}}
+ {{html item.description}}
+
⫸
+
+ {{if item.full}}
{{html item.full_content}}
-
-
+ {{/if}}
+