mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-30 19:33:53 +01:00
Updated FontAwesome URL to correct version (#1388)
The Font Awesome link now correctly links to v4.7 icons (instead of v5)
This commit is contained in:
parent
157d1ef5f0
commit
5960f187d2
@ -583,14 +583,14 @@ extra:
|
|||||||
- type: 'twitter'
|
- type: 'twitter'
|
||||||
link: 'https://twitter.com/squidfunk'
|
link: 'https://twitter.com/squidfunk'
|
||||||
- type: 'linkedin'
|
- type: 'linkedin'
|
||||||
link: 'https://linkedin.com/in/squidfunk'
|
link: 'https://www.linkedin.com/in/squidfunk'
|
||||||
```
|
```
|
||||||
|
|
||||||
The links are generated in order and the `type` of the links must match the
|
The links are generated in order and the `type` of the links must match the
|
||||||
name of the FontAwesome glyph. The `fa` is automatically added, so `github`
|
name of the FontAwesome glyph. The `fa` is automatically added, so `github`
|
||||||
will result in `fa fa-github`.
|
will result in `fa fa-github`.
|
||||||
|
|
||||||
[20]: http://fontawesome.io/icons/
|
[20]: https://fontawesome.com/v4.7.0/icons/
|
||||||
|
|
||||||
### Adding a Web App Manifest
|
### Adding a Web App Manifest
|
||||||
|
|
||||||
@ -757,7 +757,7 @@ extra:
|
|||||||
- type: 'twitter'
|
- type: 'twitter'
|
||||||
link: 'https://twitter.com/squidfunk'
|
link: 'https://twitter.com/squidfunk'
|
||||||
- type: 'linkedin'
|
- type: 'linkedin'
|
||||||
link: 'https://linkedin.com/in/squidfunk'
|
link: 'https://www.linkedin.com/in/squidfunk'
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
google_analytics:
|
google_analytics:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user