From 599147c1029cf27c3a6a9298eaf1ff1006809ca7 Mon Sep 17 00:00:00 2001 From: Salim B Date: Tue, 29 Oct 2024 19:35:03 +0100 Subject: [PATCH] fix: favicon markup (#2115) --- docs/site/layouts/partials/header.html | 4 ++-- static/public/templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/site/layouts/partials/header.html b/docs/site/layouts/partials/header.html index a117b052..85957b1e 100644 --- a/docs/site/layouts/partials/header.html +++ b/docs/site/layouts/partials/header.html @@ -11,7 +11,7 @@ - + {{ if .Params.thumbnail }} @@ -39,4 +39,4 @@ - \ No newline at end of file + diff --git a/static/public/templates/index.html b/static/public/templates/index.html index 057ab87f..53934a42 100644 --- a/static/public/templates/index.html +++ b/static/public/templates/index.html @@ -17,9 +17,9 @@ {{ if ne .FaviconURL "" }} - + {{ else }} - + {{ end }}