From 8d43b153738b0e35208b1dd9ea55d66a9df3c4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andley=20Chang=20=28=E5=BC=B5=E5=A5=87=E8=BB=8D=29?= <63289439+Andley@users.noreply.github.com> Date: Sun, 12 Sep 2021 19:15:04 +0800 Subject: [PATCH] Update default.html --- _layouts/default.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 15818ab2..dab07883 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,7 +18,10 @@ <body> <header> - <h1> {{site.title}} <a href="{{site.url}}/BG4E/"><img src="../images/icon-Home.png"/></a></h1> + <h1> {{site.title}} <a href="{{site.url}}/BG4E/"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" +width="24" height="24" +viewBox="0 0 172 172" +style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#f1c40f"><path d="M86,15.0472l-78.83333,70.9528h21.5v64.5h50.16667v-43h14.33333v43h50.16667v-64.5h21.5zM86,34.33561l43,38.7028v5.79492v57.33333h-21.5v-43h-43v43h-21.5v-63.12826z"></path></g></g></svg><img src="../images/icon-Home.png"/></a></h1> <p>{{ site.description }}</p> </header>