hugo-theme-introduction/layouts/partials
Alison Presmanes Hill 2c5cfbc4b3 Add fa icon packs (#113)
This PR adds functionality for users to specify which `icon_pack` to use (`fas` or `fab`; see: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4) in the `config.toml` file, so that users can use the solid icons as well as the brand icons.

```
    [[params.social]]
        url   = "https://twitter.com/"
        icon  = "twitter" # icon name without the 'fa-'
        icon_pack = "fab"
    [[params.social]]
        url   = "https://facebook.com/"
        icon  = "facebook-f" # icon name without the 'fa-'
        icon_pack = "fab"
    [[params.social]]
        url   = "https://linkedin.com/"
        icon  = "linkedin-in" # icon name without the 'fa-'
        icon_pack = "fab"
    [[params.social]]
        url = "mailto:youremail@email.com"  # For a direct email link, use "mailto:test@example.org".
        icon = "paper-plane" # icon name without the 'fa-'
        icon_pack = "fas"
```
2018-12-14 09:32:50 +01:00
..
blog Fix #81 2018-09-16 12:22:05 +09:00
css Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
footer Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
head Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
home Add fa icon packs (#113) 2018-12-14 09:32:50 +01:00
js Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
nav.html Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
top-icon-with-hr.html Make margin in hr even 2018-07-24 00:03:22 +02:00
top-icon.html Cleanup code 2018-06-25 15:03:18 +02:00