Achrou / goindex-theme-acrou

This is a goindex theme.一个goindex的扩展主题。
https://ossdev.node6.workers.dev/
MIT License
1.62k stars 868 forks source link

请教怎么加favicon #139

Closed lloyd18 closed 4 years ago

lloyd18 commented 4 years ago

没有favicon看着好难受

Achrou commented 4 years ago
<link href="/YOUR_PATH/favicon.ico" rel="icon" type="image/x-icon" />

在workers里搜索<title>在下面一行加入上面的代码就行了

lloyd18 commented 4 years ago

<link href="/YOUR_PATH/favicon.ico" rel="icon" type="image/x-icon" />

在workers里搜索<title>在下面一行加入上面的代码就行了

那么问题来了,怎么把图标放到指定路径,我之前都是上传到网站根目录。

Achrou commented 4 years ago

给他能访问的地址就行了,怎么放,放在哪你自己定

lloyd18 commented 4 years ago

谢谢,已经OK