diff options
author | Adam Mathes <adam@trenchant.org> | 2018-02-13 21:01:04 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-02-13 21:01:04 -0800 |
commit | c30083ff11d4d206c564c8476a034b37aefad885 (patch) | |
tree | 2db71f613311ebde0cb5f9fa77072be2bc14ab4d /static/ui.html | |
parent | c55b94202858eac95358358d2add5cd46afa38b4 (diff) | |
download | neko-c30083ff11d4d206c564c8476a034b37aefad885.tar.gz neko-c30083ff11d4d206c564c8476a034b37aefad885.tar.bz2 neko-c30083ff11d4d206c564c8476a034b37aefad885.zip |
change domain / url style
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/ui.html b/static/ui.html index 8918d82..24f36c1 100644 --- a/static/ui.html +++ b/static/ui.html @@ -38,7 +38,7 @@ <span class="full">{{if item.full}}▼{{else}}►{{/if}}</span> </h2> <p class="dateline" style="clear: both;"> - ${ item.publish_date } from <a href="${item.feed_url}">${item.feed_title}</a> + <a href="${item.feed_url}">${item.feed_title}</a> | <a href="${item.url}">${item.p_url}</a> </p> {{if item.header_image}} <div class="img"><img src="${item.header_image}" /></div> |