diff --git a/CHANGELOG.md b/CHANGELOG.md index 9714812..68e064c 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 + +- New icon for 'kofi' ([#976](https://github.com/jpanther/congo/pull/976)) + ### Changed - Upgrade to KaTeX v0.16.14 ([#977](https://github.com/jpanther/congo/pull/977)) diff --git a/exampleSite/content/samples/icons/index.de.md b/exampleSite/content/samples/icons/index.de.md index 172ab51..84a53d1 100644 --- a/exampleSite/content/samples/icons/index.de.md +++ b/exampleSite/content/samples/icons/index.de.md @@ -46,6 +46,7 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | | kickstarter | {{< icon kickstarter >}} | +| kofi | {{< icon kofi >}} | | lastfm | {{< icon lastfm >}} | | lightbulb | {{< icon lightbulb >}} | | line | {{< icon line >}} | diff --git a/exampleSite/content/samples/icons/index.es.md b/exampleSite/content/samples/icons/index.es.md index e50a6b2..13b4efd 100644 --- a/exampleSite/content/samples/icons/index.es.md +++ b/exampleSite/content/samples/icons/index.es.md @@ -46,6 +46,7 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | | kickstarter | {{< icon kickstarter >}} | +| kofi | {{< icon kofi >}} | | lastfm | {{< icon lastfm >}} | | lightbulb | {{< icon lightbulb >}} | | line | {{< icon line >}} | diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md index e2f7413..58e652e 100644 --- a/exampleSite/content/samples/icons/index.ja.md +++ b/exampleSite/content/samples/icons/index.ja.md @@ -46,6 +46,7 @@ Congo は[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | | kickstarter | {{< icon kickstarter >}} | +| kofi | {{< icon kofi >}} | | lastfm | {{< icon lastfm >}} | | lightbulb | {{< icon lightbulb >}} | | line | {{< icon line >}} | diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 4e16c59..4cf4e9c 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -46,6 +46,7 @@ The full list of built-in icons and their corresponding names can referenced bel | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | | kickstarter | {{< icon kickstarter >}} | +| kofi | {{< icon kofi >}} | | lastfm | {{< icon lastfm >}} | | lightbulb | {{< icon lightbulb >}} | | line | {{< icon line >}} |