Permalink
Branch: master
Commits on Dec 24, 2014
-
Fix /index.html as / in generated sitemap
kernc committedNov 7, 2014
Commits on Dec 23, 2014
-
Add related_posts option RELATED_POSTS_SKIP_SAME_CATEGORY
kernc committedDec 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.
-
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.