aboutsummaryrefslogtreecommitdiff
path: root/hugo/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'hugo/layouts/partials/head.html')
-rw-r--r--hugo/layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugo/layouts/partials/head.html b/hugo/layouts/partials/head.html
index cee7cac..0e97a2c 100644
--- a/hugo/layouts/partials/head.html
+++ b/hugo/layouts/partials/head.html
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="/cdnjs/bootstrap.min.css">
<link rel="stylesheet" href="/cdnjs/all.min.css">
+ <link rel="stylesheet" href="/fontawesome/all.css">
{{ $style := resources.Get "sass/researcher.scss" | resources.ExecuteAsTemplate "sass/researcher.scss" . | toCSS | minify }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">