Skip to content

Commit 4820f36

Browse files
iBugminyoongi96
authored andcommittedAug 26, 2024
Update link to Font Awesome gallery (mmistakes#3599)
1 parent d5cf0b0 commit 4820f36

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎docs/_docs/05-configuration.md

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

913913
```yaml
@@ -940,7 +940,7 @@ Footer links can be added under the `footer.links` array.
940940
| Name | Description |
941941
| --- | --- |
942942
| **label** | Link label (e.g. `"Twitter"`) |
943-
| **icon** | [Font Awesome icon](https://fontawesome.com/icons?d=gallery) classes (e.g. `"fab fa-fw fa-twitter-square"`) |
943+
| **icon** | [Font Awesome icon](https://fontawesome.com/v5/search) classes (e.g. `"fab fa-fw fa-twitter-square"`) |
944944
| **url** | Link URL (e.g. `"https://twitter.com/mmistakes"`) |
945945

946946
```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:

‎docs/_docs/14-helpers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Add `toc: true` to the YAML Front Matter of any post or page.
279279
| -------------- | -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
280280
| **toc** | Optional | Show table of contents. (boolean) | `false` |
281281
| **toc_label** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. |
282-
| **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. |
282+
| **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. |
283283
| **toc_sticky** | Optional | Stick table of contents to top of screen. | `false` |
284284

285285
**TOC example with custom title and icon**
@@ -337,7 +337,7 @@ To include a Kramdown [auto-generated table of contents](https://kramdown.gettal
337337
| Parameter | Required | Description | Default |
338338
| --------- | -------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
339339
| **title** | Optional | Table of contents title. (string) | `toc_label` in UI Text data file. |
340-
| **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. |
340+
| **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. |
341341

342342
**TOC example with custom title and icon**
343343

0 commit comments

Comments
 (0)
Please sign in to comment.