From 9190ce5d142e5f0736b9d261536e98203ccc33eb Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 5 Oct 2021 01:36:41 +0800 Subject: [PATCH] website: update github-corner. --- build/build.mjs | 2 +- template/search.ejs | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build/build.mjs b/build/build.mjs index 51f3738f13..05d1e6baef 100644 --- a/build/build.mjs +++ b/build/build.mjs @@ -201,7 +201,7 @@ const cssPath = path.resolve(deployDir, 'css', 'index.css'); } function markdownToHTML(str) { - return create({ markdown: str, document: undefined, 'github-corners': 'https://github.com/jaywcjlove/linux-command.git' }); + return create({ markdown: str, document: undefined }); } /** diff --git a/template/search.ejs b/template/search.ejs index a3413b0365..255a85b322 100644 --- a/template/search.ejs +++ b/template/search.ejs @@ -1,3 +1,13 @@ + + +