From 444f3175aa81a401dffc3c70536a47c482ca3af4 Mon Sep 17 00:00:00 2001 From: Wen Junhua Date: Sat, 23 Dec 2023 07:39:02 +0900 Subject: [PATCH] fix: fix icon name in samples --- exampleSite/content/samples/icons/index.de.md | 2 +- exampleSite/content/samples/icons/index.es.md | 2 +- exampleSite/content/samples/icons/index.ja.md | 2 +- exampleSite/content/samples/icons/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/samples/icons/index.de.md b/exampleSite/content/samples/icons/index.de.md index 8a19cb2f..a3d80c44 100644 --- a/exampleSite/content/samples/icons/index.de.md +++ b/exampleSite/content/samples/icons/index.de.md @@ -40,7 +40,7 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | -| google scholar | {{< icon google-scholar >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | diff --git a/exampleSite/content/samples/icons/index.es.md b/exampleSite/content/samples/icons/index.es.md index 07995700..58c7a6db 100644 --- a/exampleSite/content/samples/icons/index.es.md +++ b/exampleSite/content/samples/icons/index.es.md @@ -40,7 +40,7 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | -| google scholar | {{< icon google-scholar >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md index 18ee3731..da251a15 100644 --- a/exampleSite/content/samples/icons/index.ja.md +++ b/exampleSite/content/samples/icons/index.ja.md @@ -40,7 +40,7 @@ Congo は[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | -| google scholar | {{< icon google-scholar >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} | diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index b55ecac6..d0e71c9c 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -40,7 +40,7 @@ The full list of built-in icons and their corresponding names can referenced bel | gitlab | {{< icon gitlab >}} | | globe | {{< icon globe >}} | | google | {{< icon google >}} | -| google scholar | {{< icon google-scholar >}} | +| google-scholar | {{< icon google-scholar >}} | | hashnode | {{< icon hashnode >}} | | instagram | {{< icon instagram >}} | | keybase | {{< icon keybase >}} |