From bb724655aecc81658d9656e5280b11cad322f8ed Mon Sep 17 00:00:00 2001 From: Sy Tran Dung <sytrancsvn@gmail.com> Date: Mon, 9 Sep 2024 10:42:27 +0700 Subject: [PATCH] Add favicon in Kubespray website (#11512) --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 0a3d17d12..31d215768 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ <meta name="description" content="Deploy a Production Ready Kubernetes Cluster"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="stylesheet" href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css"> + <link rel="icon" href="/logo/logo-clear.png" type="image/png" /> <style> :root { --base-font-size: 16px; -- GitLab