aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 638972b..f3919c4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,19 +12,6 @@
/>
{{ end }}
-
- <link
- rel="stylesheet"
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
- integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
- crossorigin="anonymous"
- referrerpolicy="no-referrer"
- />
- <link
- rel="stylesheet"
- href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"
- />
-
{{ with resources.Get .Site.Params.favicon }}
<link rel="icon" href="{{ .RelPermalink }}" />
{{ end }}