From c23142688e675400903ff57541abcb491a66ba1f Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Wed, 29 Sep 2021 11:20:10 +0000
Subject: [PATCH] style: prettier format all files
---
layouts/partials/head.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f4c9ef6..11a6794 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -103,9 +103,9 @@
{{ $baseUrl := "https://fonts.googleapis.com/css2?family=" }}
{{ $fontParam := delimit .Site.Params.googleFonts "&family=" }}
{{ $url := printf "%s" "&display=swap" | printf "%s%s" $fontParam | printf "%s%s" $baseUrl | printf "%s" }}
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="{{ $url }}" rel="stylesheet">
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
+ <link href="{{ $url }}" rel="stylesheet" />
{{- end -}}
--
Gitblit v1.10.0