github.com/rabbouni145/gg@v0.47.1/docs/content/en/news/0.12-relnotes/index.md (about) 1 --- 2 date: 2015-01-21T20:35:00Z 3 description: "Hugo 0.12 focused on polishing the theme engine and adding critical functionality to the templates." 4 title: "Hugo 0.12" 5 categories: ["Releases"] 6 --- 7 8 A lot has happened since Hugo v0.11.0 was released. Most of the work has been 9 focused on polishing the theme engine and adding critical functionality to the 10 templates. 11 12 This release represents over 90 code commits from 28 different contributors. 13 14 - 10 [new themes](https://github.com/spf13/hugoThemes) created by the community 15 - fully themable [partials](/templates/partials/) 16 - [404 template](/templates/404/) support in themes 17 - [shortcode](/extras/shortcodes/) support in themes 18 - [views](/templates/views/) support in themes 19 - inner [shortcode](/extras/shortcodes/) content now treated as markdown 20 - support for header ids in markdown (# header {#myid}) 21 - [where](/templates/lists/#where) template function to filter lists of content, taxonomies, etc 22 - [groupby](/templates/list) & [groupbydate](/templates/list) methods to group pages 23 - taxonomy [pages list](/taxonomies/methods/) now sortable, filterable, limitable & groupable 24 - general cleanup to taxonomies & documentation to make it more clear and consistent 25 - [showcase](/showcase/) returned and has been expanded 26 - pretty links now always have trailing slashes 27 - [baseurl](/overview/configuration/) can now include a subdirectory 28 - better feedback about draft & future post rendering 29 - a variety of improvements to [the website](/)