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 @@ + + +