mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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'
|
||||
link: 'https://twitter.com/squidfunk'
|
||||
- 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
|
||||
name of the FontAwesome glyph. The `fa` is automatically added, so `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
|
||||
|
||||
@ -757,7 +757,7 @@ extra:
|
||||
- type: 'twitter'
|
||||
link: 'https://twitter.com/squidfunk'
|
||||
- type: 'linkedin'
|
||||
link: 'https://linkedin.com/in/squidfunk'
|
||||
link: 'https://www.linkedin.com/in/squidfunk'
|
||||
|
||||
# Google Analytics
|
||||
google_analytics:
|
||||
|
Loading…
Reference in New Issue
Block a user