Files
website/_includes
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
..
2016-03-21 14:11:39 -04:00
2018-03-20 11:35:36 -04:00
2018-09-10 15:06:50 -04:00
2018-03-20 16:16:42 -04:00
2018-07-24 10:38:49 -04:00
2018-01-04 14:27:27 -05:00
2018-08-15 09:38:22 -04:00