hugo-theme-fuji icon indicating copy to clipboard operation
hugo-theme-fuji copied to clipboard

搜索功能无法使用

Open pokalo81124 opened this issue 11 months ago • 2 comments

您好,今天发现搜索功能突然无法正常使用了,看了一下demo也出现了同样的问题,想问一下如何解决。

pokalo81124 avatar Mar 17 '24 09:03 pokalo81124

Noticed the same issue. If I find a solution I'll let you know

andrew-aiken avatar Apr 04 '24 20:04 andrew-aiken

@pokalo81124 Found the issue!

The art-template script was causing issues. I switched out this line

With the following

<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/lib/template-web.js" integrity="sha256-5giHTB6g18PZS8ficjELg/n/f6asTMCLp7I0xKrZ6xk=" crossorigin="anonymous"></script>

I'll open a PR for the fix

andrew-aiken avatar Apr 05 '24 15:04 andrew-aiken

@pokalo81124 Found the issue!

The art-template script was causing issues. I switched out this line

With the following

<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/lib/template-web.js" integrity="sha256-5giHTB6g18PZS8ficjELg/n/f6asTMCLp7I0xKrZ6xk=" crossorigin="anonymous"></script>

I'll open a PR for the fix

抱歉现在才看到!!!!!!谢谢您的解决方案,thank you very much!!!!

pokalo81124 avatar Sep 13 '24 14:09 pokalo81124