hacks-guide-minimal-mistake.../test
Michael Rose 42de7a56fc Improve author link flexibility
Deprecate social networking links in `_config.yml` in favor or new `author.links` array for any link and in any order. All of Font Awesome's icons are available for use.

```
author:
  links:
    - label: "Your Website"
      icon: "fas fa-fw fa-link"
      url: "https://your-site.com"
    - 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"
```

Fixes #1581
2018-09-10 15:05:07 -04:00
..
_data Improve author link flexibility 2018-09-10 15:05:07 -04:00
_pages Add header actions array support for multiple call to action links 2018-09-10 11:04:06 -04:00
_pets Move gh-pages branch files into /docs and add test files 2016-11-03 11:52:04 -04:00
_portfolio Extend grid view to the right to better fill the page 2017-08-09 13:00:33 -04:00
_posts Improve author link flexibility 2018-09-10 15:05:07 -04:00
_recipes Move gh-pages branch files into /docs and add test files 2016-11-03 11:52:04 -04:00
assets/images Remove duplicate images 2018-05-31 10:17:59 -04:00
_config.yml Improve author link flexibility 2018-09-10 15:05:07 -04:00
Gemfile Roll back Jekyll Algolia 2018-05-03 15:30:00 -04:00
index.html Add {{ content }} to home layout (#1775) 2018-08-09 09:23:57 -04:00