Deprecate hardcoded footer links in favor or new `footer.links` array for any link and in any order. All of Font Awesome's icons are available for use.
```
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/username"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/username"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/username"
```
|
||
|---|---|---|
| .. | ||
| _data | ||
| _docs | ||
| _drafts | ||
| _layouts | ||
| _pages | ||
| _pets | ||
| _portfolio | ||
| _posts | ||
| _recipes | ||
| assets/images | ||
| _config.dev.yml | ||
| _config.yml | ||
| Gemfile | ||
| screenshot-layouts.png | ||
| screenshot.png | ||