diff options
author | Adam Mathes <adam@trenchant.org> | 2017-11-19 21:23:04 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-11-19 21:23:04 -0700 |
commit | 741cd94da338e00e2eee0e12d572e04c3be46530 (patch) | |
tree | 46367e8fd8d79f0bdde64d3f0e689f51cd8f64fb /static | |
parent | 0d249e198e8f3b5a18f655794776cf656dcda0c2 (diff) | |
download | neko-741cd94da338e00e2eee0e12d572e04c3be46530.tar.gz neko-741cd94da338e00e2eee0e12d572e04c3be46530.tar.bz2 neko-741cd94da338e00e2eee0e12d572e04c3be46530.zip |
enable full_text and header_image
Diffstat (limited to 'static')
-rw-r--r-- | static/ui.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/ui.html b/static/ui.html index 7b1d08c..b977dad 100644 --- a/static/ui.html +++ b/static/ui.html @@ -39,7 +39,12 @@ ${ item.publish_date } from <a href="${item.feed_url}">${item.feed_title}</a> </p> <div class="description">{{html item.description}}</div> - </script> + + <h3>full content</h3> + <div class="img"><img src="${item.header_image}" /></div> + <div class="description">{{html item.full_content}}</div> + + </script> <script id="tag_template" type="text/jqtmp"> ${tag.name} ${tag.unread} |