diff options
author | Óscar Nájera <hello@oscarnajera.com> | 2018-07-08 21:45:52 +0200 |
---|---|---|
committer | Óscar Nájera <hello@oscarnajera.com> | 2018-07-08 21:49:58 +0200 |
commit | 884c7caff7d50e3303e956f24d71345c9ed58025 (patch) | |
tree | 4a3835075299d92aa4fca91483eb95654c4e458f /layouts/partials/head.html | |
parent | 46469d1d5218b56e2b418a34e39cfe6457c6ef66 (diff) | |
download | hugo-minimalist-theme-884c7caff7d50e3303e956f24d71345c9ed58025.tar.gz hugo-minimalist-theme-884c7caff7d50e3303e956f24d71345c9ed58025.tar.bz2 hugo-minimalist-theme-884c7caff7d50e3303e956f24d71345c9ed58025.zip |
Top navigation
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 011b43d..f061a00 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"/> +<!-- FontAwesome --> +<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> <!-- Highligth.js --> <link rel="stylesheet" |