Skip to content

Commit

Permalink
fix hacker news column
Browse files Browse the repository at this point in the history
fixes #129
  • Loading branch information
Mandeep Singh committed Sep 10, 2017
1 parent 1e1d7cf commit a6166b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/columns/hackernews/hn-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<template>
<link rel="stylesheet" href="../../../dist/css/feeditem.css">
<div>
<h1><a href="{{item.url.target}}" target="_blank" >{{item.title}} <span class="domain">{{item.hostname}}</span> </a></h1>
<h1><a href="{{item.source.sourceUrl}}" target="_blank" >{{item.title}} <span class="domain">{{item.hostname}}</span> </a></h1>
<p>
submitted by <a target="_blank" href="{{item.source.authorUrl}}">{{item.source.username}}</a> <time-ago datetime="{{item.source.createdAt}}" epoch="false"></time-ago>
</p>
Expand Down

0 comments on commit a6166b8

Please sign in to comment.