diff --git a/CHANGELOG.md b/CHANGELOG.md index c453c96e..e06e40c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- New icons for `mobile` and `phone` + +### Fixed + +- Author links containing URLs in non-hypertext schemes (ie. `tel:`) would not be created as links ([#452](https://github.com/jpanther/congo/pull/452)) + ## [2.5.1] - 2023-01-20 ### Changed diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index f55c058d..2de5eddd 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -1,7 +1,7 @@ --- title: "Icons" date: 2020-08-14 -lastmod: 2022-03-09 +lastmod: 2023-01-23 draft: false description: "Icon support in Congo." slug: "icons" @@ -48,10 +48,12 @@ The full list of built-in icons and their corresponding names can referenced bel | mastodon | {{< icon mastodon >}} | | medium | {{< icon medium >}} | | microsoft | {{< icon microsoft >}} | +| mobile | {{< icon mobile >}} | | moon | {{< icon moon >}} | | orcid | {{< icon orcid >}} | | patreon | {{< icon patreon >}} | | pencil | {{< icon pencil >}} | +| phone | {{< icon phone >}} | | pinterest | {{< icon pinterest >}} | | reddit | {{< icon reddit >}} | | researchgate | {{< icon researchgate >}} |