From fabc9bd6b8c50001b2e2a3d9b8ee9b1fd53c5cfe Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 4 Nov 2023 08:37:31 +0100 Subject: [PATCH] Documentation --- docs/reference/icons-emojis.md | 16 ++++++++-------- docs/setup/setting-up-the-footer.md | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/reference/icons-emojis.md b/docs/reference/icons-emojis.md index bff42037efe..31f1a6c15b7 100644 --- a/docs/reference/icons-emojis.md +++ b/docs/reference/icons-emojis.md @@ -113,16 +113,16 @@ styles], it's always recommended to add an [additional style sheet] and move declarations into dedicated CSS classes: === ":octicons-file-code-16: `docs/stylesheets/extra.css`" ``` css - .twitter { - color: #1DA1F2; + .youtube { + color: #EE0F0F; } ``` @@ -136,12 +136,12 @@ declarations into dedicated CSS classes: After applying the customization, add the CSS class to the icon shortcode: ``` markdown title="Icon with color" -:fontawesome-brands-twitter:{ .twitter } +:fontawesome-brands-youtube:{ .youtube } ```
-:fontawesome-brands-twitter:{ .twitter } +:fontawesome-brands-youtube:{ .youtube }
@@ -211,7 +211,7 @@ reference any icon that's [bundled with the theme][icon search] with Jinja's ``` html - {% include ".icons/fontawesome/brands/twitter.svg" %} + {% include ".icons/fontawesome/brands/youtube.svg" %} ``` @@ -219,7 +219,7 @@ reference any icon that's [bundled with the theme][icon search] with Jinja's click on the shortcode to copy it to your clipboard:
- +
    diff --git a/docs/setup/setting-up-the-footer.md b/docs/setup/setting-up-the-footer.md index ae816e19ffa..35194f27ba4 100644 --- a/docs/setup/setting-up-the-footer.md +++ b/docs/setup/setting-up-the-footer.md @@ -57,18 +57,18 @@ The following properties are available for each link: This property must contain a valid path to any icon bundled with the theme, or the build will not succeed. Some popular choices: + * :fontawesome-brands-github: – `fontawesome/brands/github` + * :fontawesome-brands-gitlab: – `fontawesome/brands/gitlab` + * :fontawesome-brands-x-twitter: – `fontawesome/brands/x-twitter` * :fontawesome-brands-mastodon: – `fontawesome/brands/mastodon` automatically adds [`rel=me`][rel=me] - * :fontawesome-brands-twitter: – `fontawesome/brands/twitter` - * :fontawesome-brands-github: – `fontawesome/brands/github` * :fontawesome-brands-docker: – `fontawesome/brands/docker` * :fontawesome-brands-facebook: – `fontawesome/brands/facebook` - * :fontawesome-brands-medium: – `fontawesome/brands/medium` * :fontawesome-brands-instagram: – `fontawesome/brands/instagram` * :fontawesome-brands-linkedin: – `fontawesome/brands/linkedin` - * :fontawesome-brands-pied-piper-alt: – `fontawesome/brands/pied-piper-alt` * :fontawesome-brands-slack: – `fontawesome/brands/slack` * :fontawesome-brands-discord: – `fontawesome/brands/discord` + * :fontawesome-brands-pied-piper-alt: – `fontawesome/brands/pied-piper-alt`