From cc2d9be448bc4e555c4711bead89e5b448e1a7ad Mon Sep 17 00:00:00 2001
From: lxndrblz <12200062+lxndrblz@users.noreply.github.com>
Date: Sat, 19 Apr 2025 09:40:24 +0000
Subject: [PATCH] style: prettier format all files
---
layouts/partials/head.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 50ca7f8..cfe959f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -139,9 +139,10 @@
<link rel="canonical" href="{{ .Permalink }}" />
<!-- License -->
{{- with .Site.Params.license -}}
- <link rel="license" href="{{ . }}"/>
+ <link rel="license" href="{{ . }}" />
{{- end -}}
+
<!-- RSS -->
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
--
Gitblit v1.10.0