hugo-theme-hilfe/exampleSite
Robert Kaussow 128a55e974
feat: add option to sort items in properties shortcode (#527)
BREAKING CHANGE: To enable sorting of elements in the `properties` shortcode, it was necessary to change the structure of the properties file. Due to this change, the `properties` object now requires a list of maps instead of a map. A [sample file](https://raw.githubusercontent.com/thegeeklab/hugo-geekdoc/main/exampleSite/data/properties/demo.yaml) can be found in the repository.
2022-11-02 13:01:20 +01:00
..
assets/sprites feat: add partial head/custom.html for custom page head elements (#131) 2021-05-19 22:42:57 +02:00
config/_default feat: add optional hint/admonition icons (#383) 2022-04-23 15:14:42 +02:00
content/en feat: add option to sort items in properties shortcode (#527) 2022-11-02 13:01:20 +01:00
data feat: add option to sort items in properties shortcode (#527) 2022-11-02 13:01:20 +01:00
layouts/shortcodes refactor: rename class .icon to .gdoc-icon (#379) 2022-04-18 20:33:23 +02:00
static fix: improve keyboard accessability for anchors and code blocks (#434) 2022-06-10 21:44:08 +02:00