aboutsummaryrefslogtreecommitdiff
path: root/hugo/layouts
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-08-07 13:14:52 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-08-07 13:14:52 +0200
commitec649a7b354eaba55aea47ac7118fe5e7614de9b (patch)
tree3e2bcfb5ed46878b2e899e21ec1aae57a40b0784 /hugo/layouts
parent63abe7e03795797d0db7d00bc33ddf6e57d9b5b3 (diff)
add static dependencies to render website icons
Diffstat (limited to 'hugo/layouts')
-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 }}">