From cd7155c0778468138d6ee092b68db073c16f5dbb Mon Sep 17 00:00:00 2001
From: Cell <1024@lruihao.cn>
Date: Mon, 31 Jan 2022 10:52:39 +0800
Subject: [PATCH] :lock: Fix: potentially unsafe external link in post footer
---
layouts/partials/single/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html
index 95a01e2d..8918212e 100644
--- a/layouts/partials/single/footer.html
+++ b/layouts/partials/single/footer.html
@@ -9,7 +9,7 @@
{{- dict "Date" . | T "updatedOnDate" -}}
{{- if $.Site.Params.gitRepo -}}
{{- with $.GitInfo -}}
-
+
{{- .AbbreviatedHash -}}
{{- end -}}