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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 012e274..3f37c90 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -357,7 +357,7 @@
<!-- Preload fonts -->
-{{ with (readDir "/public/fonts") }}
+{{ with (readDir "/static/fonts") }}
{{ range . }}
<link rel="preload" href="{{ printf "/fonts/%s" .Name | relURL }}" as="font" crossorigin="anonymous">
{{ end }}