diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c0040e..3a23b5e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82)) + ## [1.6.2] - 2022-01-07 ### Changed diff --git a/exampleSite/content/samples/icons.md b/exampleSite/content/samples/icons.md index ffa7c128..fe43e355 100644 --- a/exampleSite/content/samples/icons.md +++ b/exampleSite/content/samples/icons.md @@ -48,6 +48,7 @@ The full list of built-in icons and their corresponding names can referenced bel | slack | {{< icon slack >}} | | snapchat | {{< icon snapchat >}} | | soundcloud | {{< icon soundcloud >}} | +| stackoverflow | {{< icon stackoverflow >}} | | steam | {{< icon steam >}} | | sun | {{< icon sun >}} | | telegram | {{< icon telegram >}} |