From e35733032ccf9dc6fb33d23539b9a15cc222bd76 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:17:54 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ exampleSite/content/samples/icons.md | 1 + 2 files changed, 5 insertions(+) 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 >}} |