Michael Rose 1504379168 Improve footer link flexibility
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"
```
2018-09-10 15:06:50 -04:00
..
2018-07-19 11:31:49 -04:00
2018-03-20 15:34:10 -04:00
2018-09-10 15:05:07 -04:00
2018-09-10 15:05:07 -04:00
2018-08-15 09:53:16 -04:00
2018-01-10 11:22:41 -05:00