From 896c27403cdd000b73c0f6ef6652a48ea93f667c Mon Sep 17 00:00:00 2001 From: holten Date: Tue, 12 Nov 2019 11:06:46 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/script.html | 1 + static/avatar.png | Bin 13954 -> 76843 bytes static/donate/alipayimg.jpg | Bin 0 -> 68067 bytes static/donate/alipayimg.png | Bin 59289 -> 0 bytes static/donate/wechatpayimg.png | Bin 34837 -> 35006 bytes static/favicon-16x16.png | Bin 0 -> 5368 bytes static/favicon-32x32.png | Bin 0 -> 6022 bytes static/favicon.ico | Bin 1150 -> 4286 bytes static/logo.png | Bin 0 -> 71921 bytes static/qrcode.jpg | Bin 0 -> 27183 bytes 10 files changed, 1 insertion(+) create mode 100644 static/donate/alipayimg.jpg delete mode 100644 static/donate/alipayimg.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/logo.png create mode 100644 static/qrcode.jpg diff --git a/layouts/partials/script.html b/layouts/partials/script.html index 685120b..68a5185 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -1,3 +1,4 @@ + - + @@ -28,7 +28,7 @@ UNTITLED: '{{ T "insight_untitled"}}', }, ROOT_URL: '{{ .Site.BaseURL }}', - CONTENT_URL: '{{ "searchindex.json" | absURL }} ', + CONTENT_URL: '{{ print .Site.BaseURL "/searchindex.json" | safeURL }} ', }; window.INSIGHT_CONFIG = INSIGHT_CONFIG; })(window); From 343c757c39bfe8d4d71ae80c2fd4a1fc760f3676 Mon Sep 17 00:00:00 2001 From: holten Date: Wed, 20 Nov 2019 17:08:42 +0800 Subject: [PATCH 5/8] fix --- layouts/partials/script.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/script.html b/layouts/partials/script.html index a658d57..0db3d33 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -1,4 +1,3 @@ -