scala-news-reader

rss/atom news reader in scala

git clone https://9o.is/git/scala-news-reader.git

commit 6d07dfc079693257846f04450f25d8eea59a5238
parent cfef9c36634235f491579aa53a37307006e18a00
Author: Jul <jul@9o.is>
Date:   Fri,  2 Aug 2013 16:07:12 -0400

rel nofollow to article titles

Diffstat:
Msrc/main/scala/com/joereader/snippet/ArticleSnip.scala | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main/scala/com/joereader/snippet/ArticleSnip.scala b/src/main/scala/com/joereader/snippet/ArticleSnip.scala @@ -26,6 +26,7 @@ trait ArticleSnip { "#article-user-name *" #> bwu.name & ".timeago [datetime]" #> entry.df.format(entry.date) & ".title a [href]" #> entry.link & + ".title a [rel]" #> "nofollow" & ".title a *" #> entry.title & "#article-content" #> entry.content } &