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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/google-fonts.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/google-fonts.html b/layouts/partials/google-fonts.html
index 410a0f6..daec7c3 100644
--- a/layouts/partials/google-fonts.html
+++ b/layouts/partials/google-fonts.html
@@ -1,5 +1,5 @@
-{{ with .Site.Params.fonts }}
+{{ with .Site.Params.fonts.google_fonts }}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="{{ .google_fonts }}" rel="stylesheet">
-{{ end }} \ No newline at end of file
+ <link href="{{ . }}" rel="stylesheet">
+{{ end }}