uci-hugo-doc/exampleSite
Robert Kaussow f6966b8513
feat: add optional hint/admonition icons (#383)
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated.

BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
2022-04-23 15:14:42 +02: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 optional hint/admonition icons (#383) 2022-04-23 15:14:42 +02:00
data/menu fix: always fetch menu name from data file (#296) 2022-01-23 22:32:21 +01:00
layouts/shortcodes refactor: rename class .icon to .gdoc-icon (#379) 2022-04-18 20:33:23 +02:00
static feat: add optional hint/admonition icons (#383) 2022-04-23 15:14:42 +02:00