ABlog v0.3 released¶
ABlog v0.3 is released. This version comes with the following core improvements:
You can now specify language of a post with
:language:option, and an archive page will be created for each language. Seeblog_languagesandblog_default_languageif you are posting in multiple languages.You can list language archives on your website by adding
languages.htmltohtml_sidebarsconfiguration option.
postlistdirective takes options to filter posts.
ABlog v0.3.1 released¶
ABlog v0.3.1 is a minor release to fix two issues in templates:
Links to collection (archive) feeds is displayed only on collection page (e.g. :ref:`category-manual`), not on a catalog page that lists posts for multiple collections (e.g. :ref:`blog-categories`).
Links to collection feeds is displayed only when they are generated (see
blog_feed_archives). Previously, links would be generated to feeds that did not exist.