Skip to content

Commit a9cbc83

Browse files
committed
Update link to Font Awesome gallery (mmistakes#3599)
1 parent f73c19f commit a9cbc83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_docs/05-configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ Author links are all optional, include the ones you want visible under the `auth
900900
| Name | Description |
901901
| --- | --- |
902902
| **label** | Link label (e.g. `"Twitter"`) |
903-
| **icon** | [Font Awesome icon](https://fontawesome.com/icons?d=gallery) classes (e.g. `"fab fa-fw fa-twitter-square"`) |
903+
| **icon** | [Font Awesome icon](https://fontawesome.com/v5/search) classes (e.g. `"fab fa-fw fa-twitter-square"`) |
904904
| **url** | Link URL (e.g. `"https://twitter.com/mmistakes"`) |
905905

906906
```yaml
@@ -933,7 +933,7 @@ Footer links can be added under the `footer.links` array.
933933
| Name | Description |
934934
| --- | --- |
935935
| **label** | Link label (e.g. `"Twitter"`) |
936-
| **icon** | [Font Awesome icon](https://fontawesome.com/icons?d=gallery) classes (e.g. `"fab fa-fw fa-twitter-square"`) |
936+
| **icon** | [Font Awesome icon](https://fontawesome.com/v5/search) classes (e.g. `"fab fa-fw fa-twitter-square"`) |
937937
| **url** | Link URL (e.g. `"https://twitter.com/mmistakes"`) |
938938

939939
```yaml

docs/_docs/10-layouts.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Auto-generated table of contents list for your posts and pages can be enabled by
128128
| --------- | -------- | ----------- | ------- |
129129
| **toc** | Optional | Show table of contents. (boolean) | `false` |
130130
| **toc_label** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. |
131-
| **toc_icon** | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/icons?d=gallery&s=solid&m=free) <i class="fas fa-file-alt"></i> **file-alt** icon. Other FA icons can be used instead. |
131+
| **toc_icon** | Optional | Table of contents icon, displays before the title. (string) | [Font Awesome](https://fontawesome.com/v5/search?s=solid&m=free) <i class="fas fa-file-alt"></i> **file-alt** icon. Other FA icons can be used instead. |
132132
| **toc_sticky** | Optional | Stick table of contents to top of screen. | `false` |
133133

134134
**TOC example with custom title and icon**
@@ -593,7 +593,7 @@ defaults:
593593
**Note:** To disable the author sidebar profile for a specific post or page, add `author_profile: false` to the YAML Front Matter instead.
594594
{: .notice--warning}
595595

596-
To assign more author links, add to the `author.links` array in [`_config.yml`]({{ "/docs/configuration/" | relative_url }}) link so. Any of [Font Awesome's icons](https://fontawesome.com/icons?d=gallery) are available for use.
596+
To assign more author links, add to the `author.links` array in [`_config.yml`]({{ "/docs/configuration/" | relative_url }}) link so. Any of [Font Awesome's icons](https://fontawesome.com/v5/search) are available for use.
597597

598598
```yaml
599599
author:

0 commit comments

Comments
 (0)