Skip to content
Permalink
Branch: master
Commits on Dec 24, 2014
Commits on Dec 23, 2014
  1. Add related_posts option RELATED_POSTS_SKIP_SAME_CATEGORY

    kernc committed Dec 23, 2014
    Posts in the same category may sometimes (depending on the
    overall site design) have a lot of tags in common. Thus the
    `article.related_posts` holds only the posts that are tightly
    (perhaps too tightly) related to the original post, and no
    posts from other categories, since those, with only one or two
    tags in common, can't as effectively compete.
  2. Fix share_post plugin

    kernc committed Dec 22, 2014
    Firstly, the implemented services only accept unmarked
    text, so `get_text()` instead of `prettify()` is called.
    
    Secondly, `&` is properly escaped ampersand in href URLs.

Seeing something unexpected? Take a look at the GitHub commits guide.

You can’t perform that action at this time.