Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header_includes.html')
-rw-r--r--layouts/partials/header_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header_includes.html b/layouts/partials/header_includes.html
index 9d573a0..b961ca7 100644
--- a/layouts/partials/header_includes.html
+++ b/layouts/partials/header_includes.html
@@ -3,7 +3,7 @@
{{ end }}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
- <script src="https://kit.fontawesome.com/b76b73e8e8.js" crossorigin="anonymous"></script>
+ <link rel="stylesheet" href="{{ "fontawesome/css/all.min.css" | absURL }}" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab|Ruda" />
<link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | relURL}}" />
{{- range .Site.Params.customCSS -}}