-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avatar 图片不显示 #45
Comments
有一样的问题。 |
@wanghaiqian 我的_config.yml中的 |
@wanghaiqian 我也是跟 @terencehyz 的方法一樣解決此問題喔 |
你也可以把image前面的/ 去掉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Avatar 图片不显示
网页源码为
<img src="//img/avatar.jpg">
经查为 theme 中 layout 文件夹下 page.ejs 文件第176行
<img src="<%= config['root'] %><%= config['sidebar-avatar'] %>" />
<%= config['root'] %> 部分多添加了一个 /
请告知我找的是否为问题所在,毕竟所知有限,谢谢。
The text was updated successfully, but these errors were encountered: