Releases: kristapsdz/sblg
Version 0.6.1
Bug-fix a regression test that was erroneously failing.
Specify that Mac OS X users should use bmake or brew-installed GNU make instead of the ancient make distributed with (at least) Sonoma, GNU make 3.81, released 2006.
Version 0.6.0
Improve interface for blog templates (all existing functionality is retained). Foremost, elements no longer need to be <nav> or <article> to trigger querying for navigation or article template blocks (data-sblg-nav and data-sblg-article, respectively).
Similarly, article sources and standalone templates no longer require <article> elements to trigger scanning for article content: the data-sblg-article attribute suffices.
Introduce data-sblg-navstyle-content and data-sblg-navstyle-element, which allow for several different ways of formatting the navigation content. The old data-sblg-navcontent and data-sblg-navxml are deprecated, but will not ever be removed.