From ede7def4a1c7966a3429c2262a74611f26752935 Mon Sep 17 00:00:00 2001 From: Manuel Anrig Date: Wed, 2 Jul 2025 14:51:39 +0200 Subject: [PATCH] Add Strava icon support to icon lists and include SVG asset --- assets/icons/strava.svg | 1 + exampleSite/content/samples/icons/index.ja.md | 1 + exampleSite/content/samples/icons/index.md | 1 + exampleSite/content/samples/icons/index.zh-Hans.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 assets/icons/strava.svg diff --git a/assets/icons/strava.svg b/assets/icons/strava.svg new file mode 100644 index 0000000..1c80ccc --- /dev/null +++ b/assets/icons/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md index b7050b1..a3617d2 100644 --- a/exampleSite/content/samples/icons/index.ja.md +++ b/exampleSite/content/samples/icons/index.ja.md @@ -76,6 +76,7 @@ Congo は[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | soundcloud | {{< icon soundcloud >}} | | stack-overflow | {{< icon stack-overflow >}} | | steam | {{< icon steam >}} | +| strava | {{< icon strava >}} | | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 08f1939..d689c31 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -76,6 +76,7 @@ The full list of built-in icons and their corresponding names can referenced bel | soundcloud | {{< icon soundcloud >}} | | stack-overflow | {{< icon stack-overflow >}} | | steam | {{< icon steam >}} | +| strava | {{< icon strava >}} | | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | diff --git a/exampleSite/content/samples/icons/index.zh-Hans.md b/exampleSite/content/samples/icons/index.zh-Hans.md index d9d7686..9513827 100644 --- a/exampleSite/content/samples/icons/index.zh-Hans.md +++ b/exampleSite/content/samples/icons/index.zh-Hans.md @@ -76,6 +76,7 @@ Congo内置了对多个[FontAwesome 6](https://fontawesome.com/icons)图标的 | soundcloud | {{< icon soundcloud >}} | | stack-overflow | {{< icon stack-overflow >}} | | steam | {{< icon steam >}} | +| strava | {{< icon strava >}} | | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} |