dsrkafuu / hugo-theme-fuji

A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
https://github.dsrkafuu.net/hugo-theme-fuji/
Apache License 2.0
367 stars 97 forks source link

搜索功能无法使用 #107

Open pokalo81124 opened 3 months ago

pokalo81124 commented 3 months ago

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

andrew-aiken commented 3 months ago

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

andrew-aiken commented 3 months ago

@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/art-template@4.13.2/lib/template-web.js" integrity="sha256-5giHTB6g18PZS8ficjELg/n/f6asTMCLp7I0xKrZ6xk=" crossorigin="anonymous"></script>

I'll open a PR for the fix